#8A1DCB

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

Shades of Dark Orchid #8A1DCB

Tints of Dark Orchid #8A1DCB

Color information

#8A1DCB (or 0x8A1DCB) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1D and CB. RGB value is (138,29,203). Sum of RGB (Red+Green+Blue) = 138+29+203=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1DCB is #75E234. Grayscale: #505050. Windows color (decimal): -7725621 or 13311370. OLE color: 13311370.

HSL color Cylindrical-coordinate representation of color #8A1DCB: hue angle of 277.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1DCB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13829203-
CMYK0.320.8600.20
HSL277.59º75%45.49%-
HSV(B)277.59º85.71%79.61%-
XYZ21.710.5957.4-
YUV81.43196.61168.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 29 (11.72% from 255) = 7.84%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=37.30%
G=7.84%
B=54.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138292030.320.8600.20277.597545.49
Hex8A1DCB20560141164b2d
Octal212353134012602442611355
Binary10001010111011100101110000010101100101001000101101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,29,203); }

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

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

 a { background-color: rgb(138,29,203); }

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

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

 span { border-color: rgb(138,29,203); }

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