Html Css Color HEX #9F16FD Blue Violet

📋 copy color: '#9F16FD'

red 159 ◦ green 22 ◦ blue 253

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

Shades of Blue Violet #9F16FD

Tints of Blue Violet #9F16FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 36.64%
G = 5.07%
B = 58.29%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F16FD (or 0x9F16FD) is known color: Blue Violet. HEX triplet: 9F, 16 and FD. RGB value is (159,22,253). Sum of RGB (Red+Green+Blue) = 159+22+253=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F16FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F16FD is #60E902. Grayscale: #585858. Windows color (decimal): -6351107 or 16586399. OLE color: 16586399.

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

Color convert

RGB 159 22 253 -
CMYK 0.37 0.91 0 0.01
HSL 275.58º 0.98% 0.54% -
HSV(B) 275.58º 0.91% 0.99% -
XYZ 32.31 15.04 94.13 -
YUV 89.3 220.39 177.72 -
System Red Green Blue C M Y K H S L
Decimal 159 22 253 0.37 0.91 0 0.01 275.58 0.98 0.54
Hex 9F 16 FD 25 5B 0 1 114 62 36
Octal 237 26 375 45 133 0 1 424 142 66
Binary 10011111 10110 11111101 100101 1011011 0 1 100010100 1100010 110110

Color Harmonies of #9F16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16FD

Black with #9F16FD

Text Example


Text Example

White with #9F16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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