Html Css Color HEX #8412CF Dark Violet

📋 copy color: '#8412CF'

red 132 ◦ green 18 ◦ blue 207

#8412CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8412CF

Tints of Dark Violet #8412CF

RGB

 RED value IS 132 (51.95% from 255) = 36.97%

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 36.97%
G = 5.04%
B = 57.98%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8412CF (or 0x8412CF) is known color: Dark Violet. HEX triplet: 84, 12 and CF. RGB value is (132,18,207). Sum of RGB (Red+Green+Blue) = 132+18+207=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #8412CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412CF is #7BED30. Grayscale: #484848. Windows color (decimal): -8121649 or 13570692. OLE color: 13570692.

HSL color Cylindrical-coordinate representation of color #8412CF: hue angle of 276.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8412CF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 18 207 -
CMYK 0.36 0.91 0 0.19
HSL 276.19º 0.84% 0.44% -
HSV(B) 276.19º 0.91% 0.81% -
XYZ 20.99 9.84 59.82 -
YUV 73.63 203.27 169.63 -
System Red Green Blue C M Y K H S L
Decimal 132 18 207 0.36 0.91 0 0.19 276.19 0.84 0.44
Hex 84 12 CF 24 5B 0 13 114 54 2C
Octal 204 22 317 44 133 0 23 424 124 54
Binary 10000100 10010 11001111 100100 1011011 0 10011 100010100 1010100 101100

Color Harmonies of #8412CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8412CF

Black with #8412CF

Text Example


Text Example

White with #8412CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8412CF; }

 p { color: rgb(132,18,207); }

 H1.HeaderClassName
 {
   color: #8412CF;
 }
 .AnyTagClassName
 {
   color: #8412CF;
 }
</style>

background-color css

<style>
 a { background-color: #8412CF; }

 a { background-color: rgb(132,18,207); }

 div.DivClassName
 {
   background-color: #8412CF;
 }
 .BgClassName
 {
   background-color: #8412CF;
 }
</style>

border-color css

<style>
 span { border-color: #8412CF; }

 span { border-color: rgb(132,18,207); }

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