Html Css Color HEX #9F18FB Blue Violet

📋 copy color: '#9F18FB'

red 159 ◦ green 24 ◦ blue 251

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

Shades of Blue Violet #9F18FB

Tints of Blue Violet #9F18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.53%

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

R = 36.64%
G = 5.53%
B = 57.83%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F18FB (or 0x9F18FB) is known color: Blue Violet. HEX triplet: 9F, 18 and FB. RGB value is (159,24,251). Sum of RGB (Red+Green+Blue) = 159+24+251=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F18FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F18FB is #60E704. Grayscale: #595959. Windows color (decimal): -6350597 or 16455839. OLE color: 16455839.

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

Color convert

RGB 159 24 251 -
CMYK 0.37 0.90 0 0.02
HSL 275.68º 0.97% 0.54% -
HSV(B) 275.68º 0.9% 0.98% -
XYZ 32.04 14.99 92.47 -
YUV 90.24 218.73 177.04 -
System Red Green Blue C M Y K H S L
Decimal 159 24 251 0.37 0.90 0 0.02 275.68 0.97 0.54
Hex 9F 18 FB 25 5A 0 2 114 61 36
Octal 237 30 373 45 132 0 2 424 141 66
Binary 10011111 11000 11111011 100101 1011010 0 10 100010100 1100001 110110

Color Harmonies of #9F18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F18FB

Black with #9F18FB

Text Example


Text Example

White with #9F18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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