Html Css Color HEX #9531ED Blue Violet

📋 copy color: '#9531ED'

red 149 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #9531ED

Tints of Blue Violet #9531ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 34.25%
G = 11.26%
B = 54.48%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9531ED (or 0x9531ED) is known color: Blue Violet. HEX triplet: 95, 31 and ED. RGB value is (149,49,237). Sum of RGB (Red+Green+Blue) = 149+49+237=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #9531ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9531ED is #6ACE12. Grayscale: #636363. Windows color (decimal): -6999571 or 15544725. OLE color: 15544725.

HSL color Cylindrical-coordinate representation of color #9531ED: hue angle of 271.91º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9531ED is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 49 237 -
CMYK 0.37 0.79 0 0.07
HSL 271.91º 0.84% 0.56% -
HSV(B) 271.91º 0.79% 0.93% -
XYZ 28.78 14.7 81.44 -
YUV 100.33 205.13 162.71 -
System Red Green Blue C M Y K H S L
Decimal 149 49 237 0.37 0.79 0 0.07 271.91 0.84 0.56
Hex 95 31 ED 25 4F 0 7 110 54 38
Octal 225 61 355 45 117 0 7 420 124 70
Binary 10010101 110001 11101101 100101 1001111 0 111 100010000 1010100 111000

Color Harmonies of #9531ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531ED

Black with #9531ED

Text Example


Text Example

White with #9531ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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