#8A28CD

Color #8A28CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8A28CD

Tints of Dark Orchid #8A28CD

Color information

#8A28CD (or 0x8A28CD) is unknown color: approx Dark Orchid. HEX triplet: 8A, 28 and CD. RGB value is (138,40,205). Sum of RGB (Red+Green+Blue) = 138+40+205=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A28CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28CD is #75D732. Grayscale: #575757. Windows color (decimal): -7722803 or 13445258. OLE color: 13445258.

HSL color Cylindrical-coordinate representation of color #8A28CD: hue angle of 275.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A28CD is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13840205-
CMYK0.330.8000.20
HSL275.64º67.35%48.04%-
HSV(B)275.64º80.49%80.39%-
XYZ22.2611.3358.77-
YUV88.11193.97163.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 40 (16.02% from 255) = 10.44%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=36.03%
G=10.44%
B=53.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138402050.330.8000.20275.6467.3548.04
Hex8A28CD21500141144330
Octal212503154112002442410360
Binary100010101010001100110110000110100000101001000101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A28CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A28CD; }

 p { color: rgb(138,40,205); }

 H1.HeaderClassName
 {
   color: #8A28CD;
 }
 .AnyTagClassName
 {
   color: #8A28CD;
 }
</style>
background-color css

<style>
 a { background-color: #8A28CD; }

 a { background-color: rgb(138,40,205); }

 div.DivClassName
 {
   background-color: #8A28CD;
 }
 .BgClassName
 {
   background-color: #8A28CD;
 }
</style>
border-color css

<style>
 span { border-color: #8A28CD; }

 span { border-color: rgb(138,40,205); }

 td.TdClassName
 {
   border-color: #8A28CD;
 }
 .TagClassName
 {
   border-color: #8A28CD;
 }
</style>