Html Css Color HEX #8440FD Blue Violet

📋 copy color: '#8440FD'

red 132 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #8440FD

Tints of Blue Violet #8440FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 29.4%
G = 14.25%
B = 56.35%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8440FD (or 0x8440FD) is known color: Blue Violet. HEX triplet: 84, 40 and FD. RGB value is (132,64,253). Sum of RGB (Red+Green+Blue) = 132+64+253=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #8440FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440FD is #7BBF02. Grayscale: #696969. Windows color (decimal): -8109827 or 16597124. OLE color: 16597124.

HSL color Cylindrical-coordinate representation of color #8440FD: hue angle of 261.59º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8440FD is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 64 253 -
CMYK 0.48 0.75 0 0.01
HSL 261.59º 0.98% 0.62% -
HSV(B) 261.59º 0.75% 0.99% -
XYZ 29.08 15.66 94.42 -
YUV 105.88 211.03 146.63 -
System Red Green Blue C M Y K H S L
Decimal 132 64 253 0.48 0.75 0 0.01 261.59 0.98 0.62
Hex 84 40 FD 30 4B 0 1 106 62 3E
Octal 204 100 375 60 113 0 1 406 142 76
Binary 10000100 1000000 11111101 110000 1001011 0 1 100000110 1100010 111110

Color Harmonies of #8440FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8440FD

Black with #8440FD

Text Example


Text Example

White with #8440FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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