Html Css Color HEX #8040DD Blue Violet

📋 copy color: '#8040DD'

red 128 ◦ green 64 ◦ blue 221

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

Shades of Blue Violet #8040DD

Tints of Blue Violet #8040DD

RGB

 RED value IS 128 (50.39% from 255) = 30.99%

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 30.99%
G = 15.5%
B = 53.51%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8040DD (or 0x8040DD) is known color: Blue Violet. HEX triplet: 80, 40 and DD. RGB value is (128,64,221). Sum of RGB (Red+Green+Blue) = 128+64+221=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #8040DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040DD is #7FBF22. Grayscale: #646464. Windows color (decimal): -8372003 or 14499968. OLE color: 14499968.

HSL color Cylindrical-coordinate representation of color #8040DD: hue angle of 264.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8040DD is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 64 221 -
CMYK 0.42 0.71 0 0.13
HSL 264.46º 0.7% 0.56% -
HSV(B) 264.46º 0.71% 0.87% -
XYZ 23.79 13.48 69.75 -
YUV 101.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 128 64 221 0.42 0.71 0 0.13 264.46 0.7 0.56
Hex 80 40 DD 2A 47 0 D 108 46 38
Octal 200 100 335 52 107 0 15 410 106 70
Binary 10000000 1000000 11011101 101010 1000111 0 1101 100001000 1000110 111000

Color Harmonies of #8040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040DD

Black with #8040DD

Text Example


Text Example

White with #8040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8040DD; }

 p { color: rgb(128,64,221); }

 H1.HeaderClassName
 {
   color: #8040DD;
 }
 .AnyTagClassName
 {
   color: #8040DD;
 }
</style>

background-color css

<style>
 a { background-color: #8040DD; }

 a { background-color: rgb(128,64,221); }

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

border-color css

<style>
 span { border-color: #8040DD; }

 span { border-color: rgb(128,64,221); }

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