Html Css Color HEX #9F24FF Blue Violet

📋 copy color: '#9F24FF'

red 159 ◦ green 36 ◦ blue 255

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

Shades of Blue Violet #9F24FF

Tints of Blue Violet #9F24FF

RGB

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

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

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

R = 35.33%
G = 8%
B = 56.67%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F24FF (or 0x9F24FF) is known color: Blue Violet. HEX triplet: 9F, 24 and FF. RGB value is (159,36,255). Sum of RGB (Red+Green+Blue) = 159+36+255=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F24FF is #60DB00. Grayscale: #606060. Windows color (decimal): -6347521 or 16721055. OLE color: 16721055.

HSL color Cylindrical-coordinate representation of color #9F24FF: hue angle of 273.7º 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 #9F24FF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 36 255 -
CMYK 0.38 0.86 0 0
HSL 273.7º 1% 0.57% -
HSV(B) 273.7º 0.86% 1% -
XYZ 32.98 15.85 95.93 -
YUV 97.74 216.75 171.69 -
System Red Green Blue C M Y K H S L
Decimal 159 36 255 0.38 0.86 0 0 273.7 1 0.57
Hex 9F 24 FF 26 56 0 0 112 64 39
Octal 237 44 377 46 126 0 0 422 144 71
Binary 10011111 100100 11111111 100110 1010110 0 0 100010010 1100100 111001

Color Harmonies of #9F24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24FF

Black with #9F24FF

Text Example


Text Example

White with #9F24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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