Html Css Color HEX #8031DD Blue Violet

📋 copy color: '#8031DD'

red 128 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #8031DD

Tints of Blue Violet #8031DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 32.16%
G = 12.31%
B = 55.53%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8031DD (or 0x8031DD) is known color: Blue Violet. HEX triplet: 80, 31 and DD. RGB value is (128,49,221). Sum of RGB (Red+Green+Blue) = 128+49+221=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #8031DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031DD is #7FCE22. Grayscale: #5B5B5B. Windows color (decimal): -8375843 or 14496128. OLE color: 14496128.

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

Color convert

RGB 128 49 221 -
CMYK 0.42 0.78 0 0.13
HSL 267.56º 0.72% 0.53% -
HSV(B) 267.56º 0.78% 0.87% -
XYZ 23.05 12.01 69.51 -
YUV 92.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 128 49 221 0.42 0.78 0 0.13 267.56 0.72 0.53
Hex 80 31 DD 2A 4E 0 D 10C 48 35
Octal 200 61 335 52 116 0 15 414 110 65
Binary 10000000 110001 11011101 101010 1001110 0 1101 100001100 1001000 110101

Color Harmonies of #8031DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8031DD

Black with #8031DD

Text Example


Text Example

White with #8031DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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