Html Css Color HEX #9F24FB Blue Violet

📋 copy color: '#9F24FB'

red 159 ◦ green 36 ◦ blue 251

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

Shades of Blue Violet #9F24FB

Tints of Blue Violet #9F24FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 35.65%
G = 8.07%
B = 56.28%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F24FB (or 0x9F24FB) is known color: Blue Violet. HEX triplet: 9F, 24 and FB. RGB value is (159,36,251). Sum of RGB (Red+Green+Blue) = 159+36+251=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F24FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F24FB is #60DB04. Grayscale: #606060. Windows color (decimal): -6347525 or 16458911. OLE color: 16458911.

HSL color Cylindrical-coordinate representation of color #9F24FB: hue angle of 274.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F24FB is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 36 251 -
CMYK 0.37 0.86 0 0.02
HSL 274.33º 0.96% 0.56% -
HSV(B) 274.33º 0.86% 0.98% -
XYZ 32.34 15.6 92.57 -
YUV 97.29 214.75 172.02 -
System Red Green Blue C M Y K H S L
Decimal 159 36 251 0.37 0.86 0 0.02 274.33 0.96 0.56
Hex 9F 24 FB 25 56 0 2 112 60 38
Octal 237 44 373 45 126 0 2 422 140 70
Binary 10011111 100100 11111011 100101 1010110 0 10 100010010 1100000 111000

Color Harmonies of #9F24FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24FB

Black with #9F24FB

Text Example


Text Example

White with #9F24FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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