#8B17C6

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

Shades of Dark Violet #8B17C6

Tints of Dark Violet #8B17C6

Color information

#8B17C6 (or 0x8B17C6) is unknown color: approx Dark Violet. HEX triplet: 8B, 17 and C6. RGB value is (139,23,198). Sum of RGB (Red+Green+Blue) = 139+23+198=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B17C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B17C6 is #74E839. Grayscale: #4D4D4D. Windows color (decimal): -7661626 or 12982155. OLE color: 12982155.

HSL color Cylindrical-coordinate representation of color #8B17C6: hue angle of 279.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B17C6 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13923198-
CMYK0.300.8800.22
HSL279.77º79.19%43.33%-
HSV(B)279.77º88.38%77.65%-
XYZ21.1510.1854.28-
YUV77.63195.93171.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 23 (9.38% from 255) = 6.39%
BLUE value IS 198 (77.73% from 255) = 55%
R=38.61%
G=6.39%
B=55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139231980.300.8800.22279.7779.1943.33
Hex8B17C61E580161184f2b
Octal213273063613002643011753
Binary1000101110111110001101111010110000101101000110001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B17C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,23,198); }

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

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

 a { background-color: rgb(139,23,198); }

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

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

 span { border-color: rgb(139,23,198); }

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