Html Css Color HEX #9D16FF Blue Violet

📋 copy color: '#9D16FF'

red 157 ◦ green 22 ◦ blue 255

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

Shades of Blue Violet #9D16FF

Tints of Blue Violet #9D16FF

RGB

 RED value IS 157 (61.72% from 255) = 36.18%

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 36.18%
G = 5.07%
B = 58.76%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D16FF (or 0x9D16FF) is known color: Blue Violet. HEX triplet: 9D, 16 and FF. RGB value is (157,22,255). Sum of RGB (Red+Green+Blue) = 157+22+255=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D16FF is #62E900. Grayscale: #585858. Windows color (decimal): -6482177 or 16717469. OLE color: 16717469.

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

Color convert

RGB 157 22 255 -
CMYK 0.38 0.91 0 0
HSL 274.76º 1% 0.54% -
HSV(B) 274.76º 0.91% 1% -
XYZ 32.24 14.96 95.8 -
YUV 88.93 221.73 176.55 -
System Red Green Blue C M Y K H S L
Decimal 157 22 255 0.38 0.91 0 0 274.76 1 0.54
Hex 9D 16 FF 26 5B 0 0 113 64 36
Octal 235 26 377 46 133 0 0 423 144 66
Binary 10011101 10110 11111111 100110 1011011 0 0 100010011 1100100 110110

Color Harmonies of #9D16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D16FF

Black with #9D16FF

Text Example


Text Example

White with #9D16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,22,255); }

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

background-color css

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

 a { background-color: rgb(157,22,255); }

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

border-color css

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

 span { border-color: rgb(157,22,255); }

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