Html Css Color HEX #9D16EF Blue Violet

📋 copy color: '#9D16EF'

red 157 ◦ green 22 ◦ blue 239

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

Shades of Blue Violet #9D16EF

Tints of Blue Violet #9D16EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 37.56%
G = 5.26%
B = 57.18%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D16EF (or 0x9D16EF) is known color: Blue Violet. HEX triplet: 9D, 16 and EF. RGB value is (157,22,239). Sum of RGB (Red+Green+Blue) = 157+22+239=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D16EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D16EF is #62E910. Grayscale: #565656. Windows color (decimal): -6482193 or 15668893. OLE color: 15668893.

HSL color Cylindrical-coordinate representation of color #9D16EF: hue angle of 277.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D16EF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 22 239 -
CMYK 0.34 0.91 0 0.06
HSL 277.33º 0.87% 0.51% -
HSV(B) 277.33º 0.91% 0.94% -
XYZ 29.77 13.97 82.79 -
YUV 87.1 213.73 177.86 -
System Red Green Blue C M Y K H S L
Decimal 157 22 239 0.34 0.91 0 0.06 277.33 0.87 0.51
Hex 9D 16 EF 22 5B 0 6 115 57 33
Octal 235 26 357 42 133 0 6 425 127 63
Binary 10011101 10110 11101111 100010 1011011 0 110 100010101 1010111 110011

Color Harmonies of #9D16EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D16EF

Black with #9D16EF

Text Example


Text Example

White with #9D16EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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