#8C0BB1

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

Shades of Dark Violet #8C0BB1

Tints of Dark Violet #8C0BB1

Color information

#8C0BB1 (or 0x8C0BB1) is unknown color: approx Dark Violet. HEX triplet: 8C, 0B and B1. RGB value is (140,11,177). Sum of RGB (Red+Green+Blue) = 140+11+177=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C0BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0BB1 is #73F44E. Grayscale: #434343. Windows color (decimal): -7599183 or 11602828. OLE color: 11602828.

HSL color Cylindrical-coordinate representation of color #8C0BB1: hue angle of 286.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0BB1 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14011177-
CMYK0.210.9400.31
HSL286.63º88.3%36.86%-
HSV(B)286.63º93.79%69.41%-
XYZ18.878.9942.34-
YUV68.5189.24179-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 177 (69.53% from 255) = 53.96%
R=42.68%
G=3.35%
B=53.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140111770.210.9400.31286.6388.336.86
Hex8CBB1155E01F11f5825
Octal214132612513603743713045
Binary100011001011101100011010110111100111111000111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,11,177); }

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

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

 a { background-color: rgb(140,11,177); }

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

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

 span { border-color: rgb(140,11,177); }

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