#8C1BBC

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

Shades of Dark Orchid #8C1BBC

Tints of Dark Orchid #8C1BBC

Color information

#8C1BBC (or 0x8C1BBC) is unknown color: approx Dark Orchid. HEX triplet: 8C, 1B and BC. RGB value is (140,27,188). Sum of RGB (Red+Green+Blue) = 140+27+188=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1BBC is #73E443. Grayscale: #4E4E4E. Windows color (decimal): -7595076 or 12327820. OLE color: 12327820.

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

Color convert

RGB14027188-
CMYK0.260.8600.26
HSL282.11º74.88%42.16%-
HSV(B)282.11º85.64%73.73%-
XYZ20.289.9948.44-
YUV79.14189.44171.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=39.44%
G=7.61%
B=52.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140271880.260.8600.26282.1174.8842.16
Hex8C1BBC1A5601A11a4b2a
Octal214332743212603243211352
Binary1000110011011101111001101010101100110101000110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,27,188); }

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

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

 a { background-color: rgb(140,27,188); }

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

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

 span { border-color: rgb(140,27,188); }

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