Html Css Color HEX #9F24EF Blue Violet

📋 copy color: '#9F24EF'

red 159 ◦ green 36 ◦ blue 239

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

Shades of Blue Violet #9F24EF

Tints of Blue Violet #9F24EF

RGB

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

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

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

R = 36.64%
G = 8.29%
B = 55.07%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F24EF (or 0x9F24EF) is known color: Blue Violet. HEX triplet: 9F, 24 and EF. RGB value is (159,36,239). Sum of RGB (Red+Green+Blue) = 159+36+239=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F24EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F24EF is #60DB10. Grayscale: #5F5F5F. Windows color (decimal): -6347537 or 15672479. OLE color: 15672479.

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

Color convert

RGB 159 36 239 -
CMYK 0.33 0.85 0 0.06
HSL 276.35º 0.86% 0.54% -
HSV(B) 276.35º 0.85% 0.94% -
XYZ 30.51 14.86 82.92 -
YUV 95.92 208.75 172.99 -
System Red Green Blue C M Y K H S L
Decimal 159 36 239 0.33 0.85 0 0.06 276.35 0.86 0.54
Hex 9F 24 EF 21 55 0 6 114 56 36
Octal 237 44 357 41 125 0 6 424 126 66
Binary 10011111 100100 11101111 100001 1010101 0 110 100010100 1010110 110110

Color Harmonies of #9F24EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24EF

Black with #9F24EF

Text Example


Text Example

White with #9F24EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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