Html Css Color HEX #9527FA Blue Violet

📋 copy color: '#9527FA'

red 149 ◦ green 39 ◦ blue 250

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

Shades of Blue Violet #9527FA

Tints of Blue Violet #9527FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.9%

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

R = 34.02%
G = 8.9%
B = 57.08%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9527FA (or 0x9527FA) is known color: Blue Violet. HEX triplet: 95, 27 and FA. RGB value is (149,39,250). Sum of RGB (Red+Green+Blue) = 149+39+250=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #9527FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9527FA is #6AD805. Grayscale: #5F5F5F. Windows color (decimal): -7002118 or 16394133. OLE color: 16394133.

HSL color Cylindrical-coordinate representation of color #9527FA: hue angle of 271.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9527FA is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 39 250 -
CMYK 0.40 0.84 0 0.02
HSL 271.28º 0.95% 0.57% -
HSV(B) 271.28º 0.84% 0.98% -
XYZ 30.38 14.74 91.69 -
YUV 95.94 214.94 165.84 -
System Red Green Blue C M Y K H S L
Decimal 149 39 250 0.40 0.84 0 0.02 271.28 0.95 0.57
Hex 95 27 FA 28 54 0 2 10F 5F 39
Octal 225 47 372 50 124 0 2 417 137 71
Binary 10010101 100111 11111010 101000 1010100 0 10 100001111 1011111 111001

Color Harmonies of #9527FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9527FA

Black with #9527FA

Text Example


Text Example

White with #9527FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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