Html Css Color HEX #8032DB Blue Violet

📋 copy color: '#8032DB'

red 128 ◦ green 50 ◦ blue 219

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

Shades of Blue Violet #8032DB

Tints of Blue Violet #8032DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.59%

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 32.24%
G = 12.59%
B = 55.16%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8032DB (or 0x8032DB) is known color: Blue Violet. HEX triplet: 80, 32 and DB. RGB value is (128,50,219). Sum of RGB (Red+Green+Blue) = 128+50+219=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #8032DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032DB is #7FCD24. Grayscale: #5B5B5B. Windows color (decimal): -8375589 or 14365312. OLE color: 14365312.

HSL color Cylindrical-coordinate representation of color #8032DB: hue angle of 267.69º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8032DB is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 50 219 -
CMYK 0.42 0.77 0 0.14
HSL 267.69º 0.7% 0.53% -
HSV(B) 267.69º 0.77% 0.86% -
XYZ 22.83 11.98 68.13 -
YUV 92.59 199.34 153.26 -
System Red Green Blue C M Y K H S L
Decimal 128 50 219 0.42 0.77 0 0.14 267.69 0.7 0.53
Hex 80 32 DB 2A 4D 0 E 10C 46 35
Octal 200 62 333 52 115 0 16 414 106 65
Binary 10000000 110010 11011011 101010 1001101 0 1110 100001100 1000110 110101

Color Harmonies of #8032DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8032DB

Black with #8032DB

Text Example


Text Example

White with #8032DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8032DB; }

 p { color: rgb(128,50,219); }

 H1.HeaderClassName
 {
   color: #8032DB;
 }
 .AnyTagClassName
 {
   color: #8032DB;
 }
</style>

background-color css

<style>
 a { background-color: #8032DB; }

 a { background-color: rgb(128,50,219); }

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

border-color css

<style>
 span { border-color: #8032DB; }

 span { border-color: rgb(128,50,219); }

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