Html Css Color HEX #9F17FB Blue Violet

📋 copy color: '#9F17FB'

red 159 ◦ green 23 ◦ blue 251

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

Shades of Blue Violet #9F17FB

Tints of Blue Violet #9F17FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.31%

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

R = 36.72%
G = 5.31%
B = 57.97%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F17FB (or 0x9F17FB) is known color: Blue Violet. HEX triplet: 9F, 17 and FB. RGB value is (159,23,251). Sum of RGB (Red+Green+Blue) = 159+23+251=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F17FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F17FB is #60E804. Grayscale: #585858. Windows color (decimal): -6350853 or 16455583. OLE color: 16455583.

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

Color convert

RGB 159 23 251 -
CMYK 0.37 0.91 0 0.02
HSL 275.79º 0.97% 0.54% -
HSV(B) 275.79º 0.91% 0.98% -
XYZ 32.02 14.95 92.46 -
YUV 89.66 219.06 177.46 -
System Red Green Blue C M Y K H S L
Decimal 159 23 251 0.37 0.91 0 0.02 275.79 0.97 0.54
Hex 9F 17 FB 25 5B 0 2 114 61 36
Octal 237 27 373 45 133 0 2 424 141 66
Binary 10011111 10111 11111011 100101 1011011 0 10 100010100 1100001 110110

Color Harmonies of #9F17FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F17FB

Black with #9F17FB

Text Example


Text Example

White with #9F17FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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