#8B10CE

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

Shades of Dark Violet #8B10CE

Tints of Dark Violet #8B10CE

Color information

#8B10CE (or 0x8B10CE) is unknown color: approx Dark Violet. HEX triplet: 8B, 10 and CE. RGB value is (139,16,206). Sum of RGB (Red+Green+Blue) = 139+16+206=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B10CE is #74EF31. Grayscale: #494949. Windows color (decimal): -7663410 or 13504651. OLE color: 13504651.

HSL color Cylindrical-coordinate representation of color #8B10CE: hue angle of 278.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B10CE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13916206-
CMYK0.330.9200.19
HSL278.84º85.59%43.53%-
HSV(B)278.84º92.23%80.78%-
XYZ21.9710.3259.23-
YUV74.44202.25174.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 16 (6.64% from 255) = 4.43%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=38.50%
G=4.43%
B=57.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139162060.330.9200.19278.8485.5943.53
Hex8B10CE215C013117562c
Octal213203164113402342712654
Binary10001011100001100111010000110111000100111000101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B10CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,206); }

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

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

 a { background-color: rgb(139,16,206); }

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

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

 span { border-color: rgb(139,16,206); }

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