Html Css Color HEX #8332DB Blue Violet

📋 copy color: '#8332DB'

red 131 ◦ green 50 ◦ blue 219

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

Shades of Blue Violet #8332DB

Tints of Blue Violet #8332DB

RGB

 RED value IS 131 (51.56% from 255) = 32.75%

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

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

R = 32.75%
G = 12.5%
B = 54.75%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8332DB (or 0x8332DB) is known color: Blue Violet. HEX triplet: 83, 32 and DB. RGB value is (131,50,219). Sum of RGB (Red+Green+Blue) = 131+50+219=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #8332DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8332DB is #7CCD24. Grayscale: #5C5C5C. Windows color (decimal): -8178981 or 14365315. OLE color: 14365315.

HSL color Cylindrical-coordinate representation of color #8332DB: hue angle of 268.76º 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 #8332DB is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 50 219 -
CMYK 0.40 0.77 0 0.14
HSL 268.76º 0.7% 0.53% -
HSV(B) 268.76º 0.77% 0.86% -
XYZ 23.29 12.22 68.15 -
YUV 93.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 131 50 219 0.40 0.77 0 0.14 268.76 0.7 0.53
Hex 83 32 DB 28 4D 0 E 10D 46 35
Octal 203 62 333 50 115 0 16 415 106 65
Binary 10000011 110010 11011011 101000 1001101 0 1110 100001101 1000110 110101

Color Harmonies of #8332DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8332DB

Black with #8332DB

Text Example


Text Example

White with #8332DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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