Html Css Color HEX #8419CE Blue Violet

📋 copy color: '#8419CE'

red 132 ◦ green 25 ◦ blue 206

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

Shades of Blue Violet #8419CE

Tints of Blue Violet #8419CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 36.36%
G = 6.89%
B = 56.75%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8419CE (or 0x8419CE) is known color: Blue Violet. HEX triplet: 84, 19 and CE. RGB value is (132,25,206). Sum of RGB (Red+Green+Blue) = 132+25+206=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #8419CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419CE is #7BE631. Grayscale: #4D4D4D. Windows color (decimal): -8119858 or 13506948. OLE color: 13506948.

HSL color Cylindrical-coordinate representation of color #8419CE: hue angle of 275.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8419CE is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 25 206 -
CMYK 0.36 0.88 0 0.19
HSL 275.47º 0.78% 0.45% -
HSV(B) 275.47º 0.88% 0.81% -
XYZ 21 10.06 59.23 -
YUV 77.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 132 25 206 0.36 0.88 0 0.19 275.47 0.78 0.45
Hex 84 19 CE 24 58 0 13 113 4E 2D
Octal 204 31 316 44 130 0 23 423 116 55
Binary 10000100 11001 11001110 100100 1011000 0 10011 100010011 1001110 101101

Color Harmonies of #8419CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8419CE

Black with #8419CE

Text Example


Text Example

White with #8419CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8419CE; }

 p { color: rgb(132,25,206); }

 H1.HeaderClassName
 {
   color: #8419CE;
 }
 .AnyTagClassName
 {
   color: #8419CE;
 }
</style>

background-color css

<style>
 a { background-color: #8419CE; }

 a { background-color: rgb(132,25,206); }

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

border-color css

<style>
 span { border-color: #8419CE; }

 span { border-color: rgb(132,25,206); }

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