#8413CA

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

Shades of Dark Violet #8413CA

Tints of Dark Violet #8413CA

Color information

#8413CA (or 0x8413CA) is unknown color: approx Dark Violet. HEX triplet: 84, 13 and CA. RGB value is (132,19,202). Sum of RGB (Red+Green+Blue) = 132+19+202=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #8413CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413CA is #7BEC35. Grayscale: #494949. Windows color (decimal): -8121398 or 13243268. OLE color: 13243268.

HSL color Cylindrical-coordinate representation of color #8413CA: hue angle of 277.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8413CA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13219202-
CMYK0.350.9100.21
HSL277.05º82.81%43.33%-
HSV(B)277.05º90.59%79.22%-
XYZ20.419.6456.66-
YUV73.65200.44169.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 19 (7.81% from 255) = 5.38%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=37.39%
G=5.38%
B=57.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132192020.350.9100.21277.0582.8143.33
Hex8413CA235B015115532b
Octal204233124313302542512353
Binary10000100100111100101010001110110110101011000101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8413CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8413CA; }

 p { color: rgb(132,19,202); }

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

<style>
 a { background-color: #8413CA; }

 a { background-color: rgb(132,19,202); }

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

<style>
 span { border-color: #8413CA; }

 span { border-color: rgb(132,19,202); }

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