Html Css Color HEX #9531DB Blue Violet

📋 copy color: '#9531DB'

red 149 ◦ green 49 ◦ blue 219

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

Shades of Blue Violet #9531DB

Tints of Blue Violet #9531DB

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

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

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

R = 35.73%
G = 11.75%
B = 52.52%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9531DB (or 0x9531DB) is known color: Blue Violet. HEX triplet: 95, 31 and DB. RGB value is (149,49,219). Sum of RGB (Red+Green+Blue) = 149+49+219=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #9531DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531DB is #6ACE24. Grayscale: #616161. Windows color (decimal): -6999589 or 14365077. OLE color: 14365077.

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

Color convert

RGB 149 49 219 -
CMYK 0.32 0.78 0 0.14
HSL 275.29º 0.7% 0.53% -
HSV(B) 275.29º 0.78% 0.86% -
XYZ 26.28 13.7 68.28 -
YUV 98.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 149 49 219 0.32 0.78 0 0.14 275.29 0.7 0.53
Hex 95 31 DB 20 4E 0 E 113 46 35
Octal 225 61 333 40 116 0 16 423 106 65
Binary 10010101 110001 11011011 100000 1001110 0 1110 100010011 1000110 110101

Color Harmonies of #9531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531DB

Black with #9531DB

Text Example


Text Example

White with #9531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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