Html Css Color HEX #9531FB Blue Violet

📋 copy color: '#9531FB'

red 149 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #9531FB

Tints of Blue Violet #9531FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 33.18%
G = 10.91%
B = 55.9%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9531FB (or 0x9531FB) is known color: Blue Violet. HEX triplet: 95, 31 and FB. RGB value is (149,49,251). Sum of RGB (Red+Green+Blue) = 149+49+251=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #9531FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9531FB is #6ACE04. Grayscale: #656565. Windows color (decimal): -6999557 or 16462229. OLE color: 16462229.

HSL color Cylindrical-coordinate representation of color #9531FB: hue angle of 269.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9531FB is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 49 251 -
CMYK 0.41 0.80 0 0.02
HSL 269.7º 0.96% 0.59% -
HSV(B) 269.7º 0.8% 0.98% -
XYZ 30.91 15.55 92.64 -
YUV 101.93 212.13 161.57 -
System Red Green Blue C M Y K H S L
Decimal 149 49 251 0.41 0.80 0 0.02 269.7 0.96 0.59
Hex 95 31 FB 29 50 0 2 10E 60 3B
Octal 225 61 373 51 120 0 2 416 140 73
Binary 10010101 110001 11111011 101001 1010000 0 10 100001110 1100000 111011

Color Harmonies of #9531FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531FB

Black with #9531FB

Text Example


Text Example

White with #9531FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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