Html Css Color HEX #9531FA Blue Violet

📋 copy color: '#9531FA'

red 149 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #9531FA

Tints of Blue Violet #9531FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 33.26%
G = 10.94%
B = 55.8%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9531FA (or 0x9531FA) is known color: Blue Violet. HEX triplet: 95, 31 and FA. RGB value is (149,49,250). Sum of RGB (Red+Green+Blue) = 149+49+250=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #9531FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9531FA is #6ACE05. Grayscale: #656565. Windows color (decimal): -6999558 or 16396693. OLE color: 16396693.

HSL color Cylindrical-coordinate representation of color #9531FA: hue angle of 269.85º degrees, saturation: 0.95, 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 #9531FA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 49 250 -
CMYK 0.40 0.80 0 0.02
HSL 269.85º 0.95% 0.59% -
HSV(B) 269.85º 0.8% 0.98% -
XYZ 30.75 15.49 91.81 -
YUV 101.81 211.63 161.66 -
System Red Green Blue C M Y K H S L
Decimal 149 49 250 0.40 0.80 0 0.02 269.85 0.95 0.59
Hex 95 31 FA 28 50 0 2 10E 5F 3B
Octal 225 61 372 50 120 0 2 416 137 73
Binary 10010101 110001 11111010 101000 1010000 0 10 100001110 1011111 111011

Color Harmonies of #9531FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531FA

Black with #9531FA

Text Example


Text Example

White with #9531FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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