#8A1BC9

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

Shades of Dark Orchid #8A1BC9

Tints of Dark Orchid #8A1BC9

Color information

#8A1BC9 (or 0x8A1BC9) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1B and C9. RGB value is (138,27,201). Sum of RGB (Red+Green+Blue) = 138+27+201=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A1BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1BC9 is #75E436. Grayscale: #4F4F4F. Windows color (decimal): -7726135 or 13179786. OLE color: 13179786.

HSL color Cylindrical-coordinate representation of color #8A1BC9: hue angle of 278.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1BC9 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13827201-
CMYK0.310.8700.21
HSL278.28º76.32%44.71%-
HSV(B)278.28º86.57%78.82%-
XYZ21.4210.456.14-
YUV80.03196.27169.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 201 (78.91% from 255) = 54.92%
R=37.70%
G=7.38%
B=54.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138272010.310.8700.21278.2876.3244.71
Hex8A1BC91F570151164c2d
Octal212333113712702542611455
Binary1000101011011110010011111110101110101011000101101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,27,201); }

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

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

 a { background-color: rgb(138,27,201); }

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

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

 span { border-color: rgb(138,27,201); }

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