Html Css Color HEX #8531DB Blue Violet

📋 copy color: '#8531DB'

red 133 ◦ green 49 ◦ blue 219

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

Shades of Blue Violet #8531DB

Tints of Blue Violet #8531DB

RGB

 RED value IS 133 (52.34% from 255) = 33.17%

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

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

R = 33.17%
G = 12.22%
B = 54.61%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8531DB (or 0x8531DB) is known color: Blue Violet. HEX triplet: 85, 31 and DB. RGB value is (133,49,219). Sum of RGB (Red+Green+Blue) = 133+49+219=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #8531DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8531DB is #7ACE24. Grayscale: #5C5C5C. Windows color (decimal): -8048165 or 14365061. OLE color: 14365061.

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

Color convert

RGB 133 49 219 -
CMYK 0.39 0.78 0 0.14
HSL 269.65º 0.7% 0.53% -
HSV(B) 269.65º 0.78% 0.86% -
XYZ 23.56 12.3 68.15 -
YUV 93.5 198.83 156.18 -
System Red Green Blue C M Y K H S L
Decimal 133 49 219 0.39 0.78 0 0.14 269.65 0.7 0.53
Hex 85 31 DB 27 4E 0 E 10E 46 35
Octal 205 61 333 47 116 0 16 416 106 65
Binary 10000101 110001 11011011 100111 1001110 0 1110 100001110 1000110 110101

Color Harmonies of #8531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8531DB

Black with #8531DB

Text Example


Text Example

White with #8531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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