Html Css Color HEX #9524FF Blue Violet

📋 copy color: '#9524FF'

red 149 ◦ green 36 ◦ blue 255

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

Shades of Blue Violet #9524FF

Tints of Blue Violet #9524FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.18%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 33.86%
G = 8.18%
B = 57.95%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9524FF (or 0x9524FF) is known color: Blue Violet. HEX triplet: 95, 24 and FF. RGB value is (149,36,255). Sum of RGB (Red+Green+Blue) = 149+36+255=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #9524FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9524FF is #6ADB00. Grayscale: #5D5D5D. Windows color (decimal): -7002881 or 16721045. OLE color: 16721045.

HSL color Cylindrical-coordinate representation of color #9524FF: hue angle of 270.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9524FF is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 36 255 -
CMYK 0.42 0.86 0 0
HSL 270.96º 1% 0.57% -
HSV(B) 270.96º 0.86% 1% -
XYZ 31.08 14.87 95.84 -
YUV 94.75 218.44 166.69 -
System Red Green Blue C M Y K H S L
Decimal 149 36 255 0.42 0.86 0 0 270.96 1 0.57
Hex 95 24 FF 2A 56 0 0 10F 64 39
Octal 225 44 377 52 126 0 0 417 144 71
Binary 10010101 100100 11111111 101010 1010110 0 0 100001111 1100100 111001

Color Harmonies of #9524FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9524FF

Black with #9524FF

Text Example


Text Example

White with #9524FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9524FF; }

 p { color: rgb(149,36,255); }

 H1.HeaderClassName
 {
   color: #9524FF;
 }
 .AnyTagClassName
 {
   color: #9524FF;
 }
</style>

background-color css

<style>
 a { background-color: #9524FF; }

 a { background-color: rgb(149,36,255); }

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

border-color css

<style>
 span { border-color: #9524FF; }

 span { border-color: rgb(149,36,255); }

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