Html Css Color HEX #8037DD Blue Violet

📋 copy color: '#8037DD'

red 128 ◦ green 55 ◦ blue 221

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

Shades of Blue Violet #8037DD

Tints of Blue Violet #8037DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

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

R = 31.68%
G = 13.61%
B = 54.7%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8037DD (or 0x8037DD) is known color: Blue Violet. HEX triplet: 80, 37 and DD. RGB value is (128,55,221). Sum of RGB (Red+Green+Blue) = 128+55+221=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #8037DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8037DD is #7FC822. Grayscale: #5F5F5F. Windows color (decimal): -8374307 or 14497664. OLE color: 14497664.

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

Color convert

RGB 128 55 221 -
CMYK 0.42 0.75 0 0.13
HSL 266.39º 0.71% 0.54% -
HSV(B) 266.39º 0.75% 0.87% -
XYZ 23.32 12.54 69.6 -
YUV 95.75 198.68 151 -
System Red Green Blue C M Y K H S L
Decimal 128 55 221 0.42 0.75 0 0.13 266.39 0.71 0.54
Hex 80 37 DD 2A 4B 0 D 10A 47 36
Octal 200 67 335 52 113 0 15 412 107 66
Binary 10000000 110111 11011101 101010 1001011 0 1101 100001010 1000111 110110

Color Harmonies of #8037DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8037DD

Black with #8037DD

Text Example


Text Example

White with #8037DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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