Html Css Color HEX #9E16CF Dark Violet

📋 copy color: '#9E16CF'

red 158 ◦ green 22 ◦ blue 207

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

Shades of Dark Violet #9E16CF

Tints of Dark Violet #9E16CF

RGB

 RED value IS 158 (62.11% from 255) = 40.83%

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 40.83%
G = 5.68%
B = 53.49%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E16CF (or 0x9E16CF) is known color: Dark Violet. HEX triplet: 9E, 16 and CF. RGB value is (158,22,207). Sum of RGB (Red+Green+Blue) = 158+22+207=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E16CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E16CF is #61E930. Grayscale: #535353. Windows color (decimal): -6416689 or 13571742. OLE color: 13571742.

HSL color Cylindrical-coordinate representation of color #9E16CF: hue angle of 284.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E16CF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 22 207 -
CMYK 0.24 0.89 0 0.19
HSL 284.11º 0.81% 0.45% -
HSV(B) 284.11º 0.89% 0.81% -
XYZ 25.65 12.35 60.06 -
YUV 83.75 197.56 180.96 -
System Red Green Blue C M Y K H S L
Decimal 158 22 207 0.24 0.89 0 0.19 284.11 0.81 0.45
Hex 9E 16 CF 18 59 0 13 11C 51 2D
Octal 236 26 317 30 131 0 23 434 121 55
Binary 10011110 10110 11001111 11000 1011001 0 10011 100011100 1010001 101101

Color Harmonies of #9E16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E16CF

Black with #9E16CF

Text Example


Text Example

White with #9E16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,22,207); }

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

background-color css

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

 a { background-color: rgb(158,22,207); }

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

border-color css

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

 span { border-color: rgb(158,22,207); }

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