#8c1bb5

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

Shades of Dark Orchid #8C1BB5

Tints of Dark Orchid #8C1BB5

Color information

#8C1BB5 (or 0x8C1BB5) is unknown color: approx Dark Orchid. HEX triplet: 8C, 1B and B5. RGB value is (140,27,181). Sum of RGB (Red+Green+Blue) = 140+27+181=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #8C1BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1BB5 is #73E44A. Grayscale: #4D4D4D. Windows color (decimal): -7595083 or 11869068. OLE color: 11869068.

HSL color Cylindrical-coordinate representation of color #8C1BB5: hue angle of 284.03º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1BB5 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14027181-
CMYK0.230.8500.29
HSL284.03º74.04%40.78%-
HSV(B)284.03º85.08%70.98%-
XYZ19.559.744.56-
YUV78.34185.94171.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 27 (10.94% from 255) = 7.76%
BLUE value IS 181 (71.09% from 255) = 52.01%
R=40.23%
G=7.76%
B=52.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140271810.230.8500.29284.0374.0440.78
Hex8C1BB5175501D11c4a29
Octal214332652712503543411251
Binary1000110011011101101011011110101010111011000111001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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