Html Css Color HEX #9F24EB Blue Violet

📋 copy color: '#9F24EB'

red 159 ◦ green 36 ◦ blue 235

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

Shades of Blue Violet #9F24EB

Tints of Blue Violet #9F24EB

RGB

 RED value IS 159 (62.5% from 255) = 36.98%

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

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

R = 36.98%
G = 8.37%
B = 54.65%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F24EB (or 0x9F24EB) is known color: Blue Violet. HEX triplet: 9F, 24 and EB. RGB value is (159,36,235). Sum of RGB (Red+Green+Blue) = 159+36+235=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F24EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F24EB is #60DB14. Grayscale: #5E5E5E. Windows color (decimal): -6347541 or 15410335. OLE color: 15410335.

HSL color Cylindrical-coordinate representation of color #9F24EB: hue angle of 277.09º 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 #9F24EB is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 36 235 -
CMYK 0.32 0.85 0 0.08
HSL 277.09º 0.83% 0.53% -
HSV(B) 277.09º 0.85% 0.92% -
XYZ 29.92 14.63 79.84 -
YUV 95.46 206.75 173.32 -
System Red Green Blue C M Y K H S L
Decimal 159 36 235 0.32 0.85 0 0.08 277.09 0.83 0.53
Hex 9F 24 EB 20 55 0 8 115 53 35
Octal 237 44 353 40 125 0 10 425 123 65
Binary 10011111 100100 11101011 100000 1010101 0 1000 100010101 1010011 110101

Color Harmonies of #9F24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24EB

Black with #9F24EB

Text Example


Text Example

White with #9F24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F24EB; }

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

 H1.HeaderClassName
 {
   color: #9F24EB;
 }
 .AnyTagClassName
 {
   color: #9F24EB;
 }
</style>

background-color css

<style>
 a { background-color: #9F24EB; }

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

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

border-color css

<style>
 span { border-color: #9F24EB; }

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

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