#8613C7

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

Shades of Dark Violet #8613C7

Tints of Dark Violet #8613C7

Color information

#8613C7 (or 0x8613C7) is unknown color: approx Dark Violet. HEX triplet: 86, 13 and C7. RGB value is (134,19,199). Sum of RGB (Red+Green+Blue) = 134+19+199=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #8613C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8613C7 is #79EC38. Grayscale: #494949. Windows color (decimal): -7990329 or 13046662. OLE color: 13046662.

HSL color Cylindrical-coordinate representation of color #8613C7: hue angle of 278.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8613C7 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13419199-
CMYK0.330.9000.22
HSL278.33º82.57%42.75%-
HSV(B)278.33º90.45%78.04%-
XYZ20.379.6654.82-
YUV73.9198.6170.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 19 (7.81% from 255) = 5.40%
BLUE value IS 199 (78.12% from 255) = 56.53%
R=38.07%
G=5.40%
B=56.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134191990.330.9000.22278.3382.5742.75
Hex8613C7215A016116532b
Octal206233074113202642612353
Binary10000110100111100011110000110110100101101000101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8613C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8613C7; }

 p { color: rgb(134,19,199); }

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

<style>
 a { background-color: #8613C7; }

 a { background-color: rgb(134,19,199); }

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

<style>
 span { border-color: #8613C7; }

 span { border-color: rgb(134,19,199); }

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