Html Css Color HEX #9F19FB Blue Violet

📋 copy color: '#9F19FB'

red 159 ◦ green 25 ◦ blue 251

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

Shades of Blue Violet #9F19FB

Tints of Blue Violet #9F19FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.75%

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

R = 36.55%
G = 5.75%
B = 57.7%

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

#9F19FB (or 0x9F19FB) is known color: Blue Violet. HEX triplet: 9F, 19 and FB. RGB value is (159,25,251). Sum of RGB (Red+Green+Blue) = 159+25+251=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F19FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F19FB is #60E604. Grayscale: #5A5A5A. Windows color (decimal): -6350341 or 16456095. OLE color: 16456095.

HSL color Cylindrical-coordinate representation of color #9F19FB: hue angle of 275.58º 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 #9F19FB is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 25 251 -
CMYK 0.37 0.90 0 0.02
HSL 275.58º 0.97% 0.54% -
HSV(B) 275.58º 0.9% 0.98% -
XYZ 32.06 15.03 92.48 -
YUV 90.83 218.39 176.62 -
System Red Green Blue C M Y K H S L
Decimal 159 25 251 0.37 0.90 0 0.02 275.58 0.97 0.54
Hex 9F 19 FB 25 5A 0 2 114 61 36
Octal 237 31 373 45 132 0 2 424 141 66
Binary 10011111 11001 11111011 100101 1011010 0 10 100010100 1100001 110110

Color Harmonies of #9F19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19FB

Black with #9F19FB

Text Example


Text Example

White with #9F19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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