#8C31BD

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

Shades of Dark Orchid #8C31BD

Tints of Dark Orchid #8C31BD

Color information

#8C31BD (or 0x8C31BD) is unknown color: approx Dark Orchid. HEX triplet: 8C, 31 and BD. RGB value is (140,49,189). Sum of RGB (Red+Green+Blue) = 140+49+189=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C31BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C31BD is #73CE42. Grayscale: #5B5B5B. Windows color (decimal): -7589443 or 12398988. OLE color: 12398988.

HSL color Cylindrical-coordinate representation of color #8C31BD: hue angle of 279º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C31BD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14049189-
CMYK0.260.7400.26
HSL279º58.82%46.67%-
HSV(B)279º74.07%74.12%-
XYZ21.111.4549.24-
YUV92.17182.65162.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 49 (19.53% from 255) = 12.96%
BLUE value IS 189 (74.22% from 255) = 50%
R=37.04%
G=12.96%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140491890.260.7400.2627958.8246.67
Hex8C31BD1A4A01A1173b2f
Octal21461275321120324277357
Binary1000110011000110111101110101001010011010100010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C31BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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