Html Css Color HEX #8331DB Blue Violet

📋 copy color: '#8331DB'

red 131 ◦ green 49 ◦ blue 219

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

Shades of Blue Violet #8331DB

Tints of Blue Violet #8331DB

RGB

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

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

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

R = 32.83%
G = 12.28%
B = 54.89%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8331DB (or 0x8331DB) is known color: Blue Violet. HEX triplet: 83, 31 and DB. RGB value is (131,49,219). Sum of RGB (Red+Green+Blue) = 131+49+219=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #8331DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331DB is #7CCE24. Grayscale: #5C5C5C. Windows color (decimal): -8179237 or 14365059. OLE color: 14365059.

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

Color convert

RGB 131 49 219 -
CMYK 0.40 0.78 0 0.14
HSL 268.94º 0.7% 0.53% -
HSV(B) 268.94º 0.78% 0.86% -
XYZ 23.24 12.14 68.14 -
YUV 92.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 131 49 219 0.40 0.78 0 0.14 268.94 0.7 0.53
Hex 83 31 DB 28 4E 0 E 10D 46 35
Octal 203 61 333 50 116 0 16 415 106 65
Binary 10000011 110001 11011011 101000 1001110 0 1110 100001101 1000110 110101

Color Harmonies of #8331DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331DB

Black with #8331DB

Text Example


Text Example

White with #8331DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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