Html Css Color HEX #9F16F9 Blue Violet

📋 copy color: '#9F16F9'

red 159 ◦ green 22 ◦ blue 249

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

Shades of Blue Violet #9F16F9

Tints of Blue Violet #9F16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.12%

 BLUE value IS 249 (97.66% from 255) = 57.91%

R = 36.98%
G = 5.12%
B = 57.91%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F16F9 (or 0x9F16F9) is known color: Blue Violet. HEX triplet: 9F, 16 and F9. RGB value is (159,22,249). Sum of RGB (Red+Green+Blue) = 159+22+249=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #9F16F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F16F9 is #60E906. Grayscale: #585858. Windows color (decimal): -6351111 or 16324255. OLE color: 16324255.

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

Color convert

RGB 159 22 249 -
CMYK 0.36 0.91 0 0.02
HSL 276.21º 0.95% 0.53% -
HSV(B) 276.21º 0.91% 0.98% -
XYZ 31.68 14.78 90.81 -
YUV 88.84 218.39 178.04 -
System Red Green Blue C M Y K H S L
Decimal 159 22 249 0.36 0.91 0 0.02 276.21 0.95 0.53
Hex 9F 16 F9 24 5B 0 2 114 5F 35
Octal 237 26 371 44 133 0 2 424 137 65
Binary 10011111 10110 11111001 100100 1011011 0 10 100010100 1011111 110101

Color Harmonies of #9F16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16F9

Black with #9F16F9

Text Example


Text Example

White with #9F16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,249); }

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

background-color css

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

 a { background-color: rgb(159,22,249); }

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

border-color css

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

 span { border-color: rgb(159,22,249); }

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