Html Css Color HEX #8440EB Blue Violet

📋 copy color: '#8440EB'

red 132 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #8440EB

Tints of Blue Violet #8440EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 30.63%
G = 14.85%
B = 54.52%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8440EB (or 0x8440EB) is known color: Blue Violet. HEX triplet: 84, 40 and EB. RGB value is (132,64,235). Sum of RGB (Red+Green+Blue) = 132+64+235=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #8440EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440EB is #7BBF14. Grayscale: #676767. Windows color (decimal): -8109845 or 15417476. OLE color: 15417476.

HSL color Cylindrical-coordinate representation of color #8440EB: hue angle of 263.86º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8440EB is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 64 235 -
CMYK 0.44 0.73 0 0.08
HSL 263.86º 0.81% 0.59% -
HSV(B) 263.86º 0.73% 0.92% -
XYZ 26.34 14.57 80.02 -
YUV 103.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 132 64 235 0.44 0.73 0 0.08 263.86 0.81 0.59
Hex 84 40 EB 2C 49 0 8 108 51 3B
Octal 204 100 353 54 111 0 10 410 121 73
Binary 10000100 1000000 11101011 101100 1001001 0 1000 100001000 1010001 111011

Color Harmonies of #8440EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8440EB

Black with #8440EB

Text Example


Text Example

White with #8440EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8440EB; }

 p { color: rgb(132,64,235); }

 H1.HeaderClassName
 {
   color: #8440EB;
 }
 .AnyTagClassName
 {
   color: #8440EB;
 }
</style>

background-color css

<style>
 a { background-color: #8440EB; }

 a { background-color: rgb(132,64,235); }

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

border-color css

<style>
 span { border-color: #8440EB; }

 span { border-color: rgb(132,64,235); }

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