Html Css Color HEX #9D10EF Dark Violet

📋 copy color: '#9D10EF'

red 157 ◦ green 16 ◦ blue 239

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

Shades of Dark Violet #9D10EF

Tints of Dark Violet #9D10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.88%

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

R = 38.11%
G = 3.88%
B = 58.01%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D10EF (or 0x9D10EF) is known color: Dark Violet. HEX triplet: 9D, 10 and EF. RGB value is (157,16,239). Sum of RGB (Red+Green+Blue) = 157+16+239=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D10EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D10EF is #62EF10. Grayscale: #525252. Windows color (decimal): -6483729 or 15667357. OLE color: 15667357.

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

Color convert

RGB 157 16 239 -
CMYK 0.34 0.93 0 0.06
HSL 277.94º 0.87% 0.5% -
HSV(B) 277.94º 0.93% 0.94% -
XYZ 29.67 13.77 82.76 -
YUV 83.58 215.71 180.37 -
System Red Green Blue C M Y K H S L
Decimal 157 16 239 0.34 0.93 0 0.06 277.94 0.87 0.5
Hex 9D 10 EF 22 5D 0 6 116 57 32
Octal 235 20 357 42 135 0 6 426 127 62
Binary 10011101 10000 11101111 100010 1011101 0 110 100010110 1010111 110010

Color Harmonies of #9D10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D10EF

Black with #9D10EF

Text Example


Text Example

White with #9D10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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