#8A1BBB

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

Shades of Dark Orchid #8A1BBB

Tints of Dark Orchid #8A1BBB

Color information

#8A1BBB (or 0x8A1BBB) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1B and BB. RGB value is (138,27,187). Sum of RGB (Red+Green+Blue) = 138+27+187=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A1BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1BBB is #75E444. Grayscale: #4D4D4D. Windows color (decimal): -7726149 or 12262282. OLE color: 12262282.

HSL color Cylindrical-coordinate representation of color #8A1BBB: hue angle of 281.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1BBB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13827187-
CMYK0.260.8600.27
HSL281.62º74.77%41.96%-
HSV(B)281.62º85.56%73.33%-
XYZ19.849.7747.85-
YUV78.43189.27170.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 27 (10.94% from 255) = 7.67%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=39.20%
G=7.67%
B=53.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138271870.260.8600.27281.6274.7741.96
Hex8A1BBB1A5601B11a4b2a
Octal212332733212603343211352
Binary1000101011011101110111101010101100110111000110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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