Html Css Color HEX #8419DF Blue Violet

📋 copy color: '#8419DF'

red 132 ◦ green 25 ◦ blue 223

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

Shades of Blue Violet #8419DF

Tints of Blue Violet #8419DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 34.74%
G = 6.58%
B = 58.68%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8419DF (or 0x8419DF) is known color: Blue Violet. HEX triplet: 84, 19 and DF. RGB value is (132,25,223). Sum of RGB (Red+Green+Blue) = 132+25+223=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #8419DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419DF is #7BE620. Grayscale: #4E4E4E. Windows color (decimal): -8119841 or 14621060. OLE color: 14621060.

HSL color Cylindrical-coordinate representation of color #8419DF: hue angle of 272.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8419DF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 25 223 -
CMYK 0.41 0.89 0 0.13
HSL 272.42º 0.8% 0.49% -
HSV(B) 272.42º 0.89% 0.87% -
XYZ 23.18 10.93 70.7 -
YUV 79.57 208.95 165.4 -
System Red Green Blue C M Y K H S L
Decimal 132 25 223 0.41 0.89 0 0.13 272.42 0.8 0.49
Hex 84 19 DF 29 59 0 D 110 50 31
Octal 204 31 337 51 131 0 15 420 120 61
Binary 10000100 11001 11011111 101001 1011001 0 1101 100010000 1010000 110001

Color Harmonies of #8419DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8419DF

Black with #8419DF

Text Example


Text Example

White with #8419DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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