Html Css Color HEX #9524EF Blue Violet

📋 copy color: '#9524EF'

red 149 ◦ green 36 ◦ blue 239

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

Shades of Blue Violet #9524EF

Tints of Blue Violet #9524EF

RGB

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

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

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

R = 35.14%
G = 8.49%
B = 56.37%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9524EF (or 0x9524EF) is known color: Blue Violet. HEX triplet: 95, 24 and EF. RGB value is (149,36,239). Sum of RGB (Red+Green+Blue) = 149+36+239=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #9524EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9524EF is #6ADB10. Grayscale: #5C5C5C. Windows color (decimal): -7002897 or 15672469. OLE color: 15672469.

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

Color convert

RGB 149 36 239 -
CMYK 0.38 0.85 0 0.06
HSL 273.4º 0.86% 0.54% -
HSV(B) 273.4º 0.85% 0.94% -
XYZ 28.61 13.88 82.83 -
YUV 92.93 210.44 167.99 -
System Red Green Blue C M Y K H S L
Decimal 149 36 239 0.38 0.85 0 0.06 273.4 0.86 0.54
Hex 95 24 EF 26 55 0 6 111 56 36
Octal 225 44 357 46 125 0 6 421 126 66
Binary 10010101 100100 11101111 100110 1010101 0 110 100010001 1010110 110110

Color Harmonies of #9524EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9524EF

Black with #9524EF

Text Example


Text Example

White with #9524EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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