Html Css Color HEX #9531EF Blue Violet

📋 copy color: '#9531EF'

red 149 ◦ green 49 ◦ blue 239

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

Shades of Blue Violet #9531EF

Tints of Blue Violet #9531EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 34.1%
G = 11.21%
B = 54.69%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9531EF (or 0x9531EF) is known color: Blue Violet. HEX triplet: 95, 31 and EF. RGB value is (149,49,239). Sum of RGB (Red+Green+Blue) = 149+49+239=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #9531EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9531EF is #6ACE10. Grayscale: #636363. Windows color (decimal): -6999569 or 15675797. OLE color: 15675797.

HSL color Cylindrical-coordinate representation of color #9531EF: hue angle of 271.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9531EF is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 49 239 -
CMYK 0.38 0.79 0 0.06
HSL 271.58º 0.86% 0.56% -
HSV(B) 271.58º 0.79% 0.94% -
XYZ 29.07 14.82 82.99 -
YUV 100.56 206.13 162.55 -
System Red Green Blue C M Y K H S L
Decimal 149 49 239 0.38 0.79 0 0.06 271.58 0.86 0.56
Hex 95 31 EF 26 4F 0 6 110 56 38
Octal 225 61 357 46 117 0 6 420 126 70
Binary 10010101 110001 11101111 100110 1001111 0 110 100010000 1010110 111000

Color Harmonies of #9531EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531EF

Black with #9531EF

Text Example


Text Example

White with #9531EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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