Html Css Color HEX #9F19FA Blue Violet

📋 copy color: '#9F19FA'

red 159 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #9F19FA

Tints of Blue Violet #9F19FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 36.64%
G = 5.76%
B = 57.6%

CMYK

 C value IS 0.36

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F19FA (or 0x9F19FA) is known color: Blue Violet. HEX triplet: 9F, 19 and FA. RGB value is (159,25,250). Sum of RGB (Red+Green+Blue) = 159+25+250=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F19FA is #60E605. Grayscale: #595959. Windows color (decimal): -6350342 or 16390559. OLE color: 16390559.

HSL color Cylindrical-coordinate representation of color #9F19FA: hue angle of 275.73º degrees, saturation: 0.96, 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 #9F19FA is Cyan = 0.36, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 25 250 -
CMYK 0.36 0.9 0 0.02
HSL 275.73º 0.96% 0.54% -
HSV(B) 275.73º 0.9% 0.98% -
XYZ 31.9 14.97 91.65 -
YUV 90.72 217.89 176.7 -
System Red Green Blue C M Y K H S L
Decimal 159 25 250 0.36 0.9 0 0.02 275.73 0.96 0.54
Hex 9F 19 FA 24 5A 0 2 114 60 36
Octal 237 31 372 44 132 0 2 424 140 66
Binary 10011111 11001 11111010 100100 1011010 0 10 100010100 1100000 110110

Color Harmonies of #9F19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19FA

Black with #9F19FA

Text Example


Text Example

White with #9F19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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