#8C31BB

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

Shades of Dark Orchid #8C31BB

Tints of Dark Orchid #8C31BB

Color information

#8C31BB (or 0x8C31BB) is unknown color: approx Dark Orchid. HEX triplet: 8C, 31 and BB. RGB value is (140,49,187). Sum of RGB (Red+Green+Blue) = 140+49+187=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C31BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31BB is #73CE44. Grayscale: #5B5B5B. Windows color (decimal): -7589445 or 12267916. OLE color: 12267916.

HSL color Cylindrical-coordinate representation of color #8C31BB: hue angle of 279.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C31BB is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14049187-
CMYK0.250.7400.27
HSL279.57º58.47%46.27%-
HSV(B)279.57º73.8%73.33%-
XYZ20.8811.3648.11-
YUV91.94181.65162.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 49 (19.53% from 255) = 13.03%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=37.23%
G=13.03%
B=49.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140491870.250.7400.27279.5758.4746.27
Hex8C31BB194A01B1183a2e
Octal21461273311120334307256
Binary1000110011000110111011110011001010011011100011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,187); }

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

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

 a { background-color: rgb(140,49,187); }

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

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

 span { border-color: rgb(140,49,187); }

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