Html Css Color HEX #9531EE Blue Violet

📋 copy color: '#9531EE'

red 149 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #9531EE

Tints of Blue Violet #9531EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 34.17%
G = 11.24%
B = 54.59%

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

#9531EE (or 0x9531EE) is known color: Blue Violet. HEX triplet: 95, 31 and EE. RGB value is (149,49,238). Sum of RGB (Red+Green+Blue) = 149+49+238=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #9531EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9531EE is #6ACE11. Grayscale: #636363. Windows color (decimal): -6999570 or 15610261. OLE color: 15610261.

HSL color Cylindrical-coordinate representation of color #9531EE: hue angle of 271.75º degrees, saturation: 0.85, 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 #9531EE is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 49 238 -
CMYK 0.37 0.79 0 0.07
HSL 271.75º 0.85% 0.56% -
HSV(B) 271.75º 0.79% 0.93% -
XYZ 28.93 14.76 82.21 -
YUV 100.45 205.63 162.63 -
System Red Green Blue C M Y K H S L
Decimal 149 49 238 0.37 0.79 0 0.07 271.75 0.85 0.56
Hex 95 31 EE 25 4F 0 7 110 55 38
Octal 225 61 356 45 117 0 7 420 125 70
Binary 10010101 110001 11101110 100101 1001111 0 111 100010000 1010101 111000

Color Harmonies of #9531EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531EE

Black with #9531EE

Text Example


Text Example

White with #9531EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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