Html Css Color HEX #9924EB Blue Violet

📋 copy color: '#9924EB'

red 153 ◦ green 36 ◦ blue 235

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

Shades of Blue Violet #9924EB

Tints of Blue Violet #9924EB

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 36.08%
G = 8.49%
B = 55.42%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9924EB (or 0x9924EB) is known color: Blue Violet. HEX triplet: 99, 24 and EB. RGB value is (153,36,235). Sum of RGB (Red+Green+Blue) = 153+36+235=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #9924EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9924EB is #66DB14. Grayscale: #5C5C5C. Windows color (decimal): -6740757 or 15410329. OLE color: 15410329.

HSL color Cylindrical-coordinate representation of color #9924EB: hue angle of 275.28º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9924EB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 36 235 -
CMYK 0.35 0.85 0 0.08
HSL 275.28º 0.83% 0.53% -
HSV(B) 275.28º 0.85% 0.92% -
XYZ 28.76 14.03 79.79 -
YUV 93.67 207.76 170.32 -
System Red Green Blue C M Y K H S L
Decimal 153 36 235 0.35 0.85 0 0.08 275.28 0.83 0.53
Hex 99 24 EB 23 55 0 8 113 53 35
Octal 231 44 353 43 125 0 10 423 123 65
Binary 10011001 100100 11101011 100011 1010101 0 1000 100010011 1010011 110101

Color Harmonies of #9924EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9924EB

Black with #9924EB

Text Example


Text Example

White with #9924EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9924EB; }

 p { color: rgb(153,36,235); }

 H1.HeaderClassName
 {
   color: #9924EB;
 }
 .AnyTagClassName
 {
   color: #9924EB;
 }
</style>

background-color css

<style>
 a { background-color: #9924EB; }

 a { background-color: rgb(153,36,235); }

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

border-color css

<style>
 span { border-color: #9924EB; }

 span { border-color: rgb(153,36,235); }

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