Html Css Color HEX #8441D7 Blue Violet

📋 copy color: '#8441D7'

red 132 ◦ green 65 ◦ blue 215

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

Shades of Blue Violet #8441D7

Tints of Blue Violet #8441D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

 BLUE value IS 215 (84.38% from 255) = 52.18%

R = 32.04%
G = 15.78%
B = 52.18%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8441D7 (or 0x8441D7) is known color: Blue Violet. HEX triplet: 84, 41 and D7. RGB value is (132,65,215). Sum of RGB (Red+Green+Blue) = 132+65+215=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #8441D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441D7 is #7BBE28. Grayscale: #656565. Windows color (decimal): -8109609 or 14107012. OLE color: 14107012.

HSL color Cylindrical-coordinate representation of color #8441D7: hue angle of 266.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8441D7 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 65 215 -
CMYK 0.39 0.70 0 0.16
HSL 266.8º 0.65% 0.55% -
HSV(B) 266.8º 0.7% 0.84% -
XYZ 23.67 13.59 65.67 -
YUV 102.13 191.7 149.3 -
System Red Green Blue C M Y K H S L
Decimal 132 65 215 0.39 0.70 0 0.16 266.8 0.65 0.55
Hex 84 41 D7 27 46 0 10 10B 41 37
Octal 204 101 327 47 106 0 20 413 101 67
Binary 10000100 1000001 11010111 100111 1000110 0 10000 100001011 1000001 110111

Color Harmonies of #8441D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441D7

Black with #8441D7

Text Example


Text Example

White with #8441D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8441D7; }

 p { color: rgb(132,65,215); }

 H1.HeaderClassName
 {
   color: #8441D7;
 }
 .AnyTagClassName
 {
   color: #8441D7;
 }
</style>

background-color css

<style>
 a { background-color: #8441D7; }

 a { background-color: rgb(132,65,215); }

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

border-color css

<style>
 span { border-color: #8441D7; }

 span { border-color: rgb(132,65,215); }

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