Html Css Color HEX #9D10EA Dark Violet

📋 copy color: '#9D10EA'

red 157 ◦ green 16 ◦ blue 234

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

Shades of Dark Violet #9D10EA

Tints of Dark Violet #9D10EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 38.57%
G = 3.93%
B = 57.49%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D10EA (or 0x9D10EA) is known color: Dark Violet. HEX triplet: 9D, 10 and EA. RGB value is (157,16,234). Sum of RGB (Red+Green+Blue) = 157+16+234=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D10EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D10EA is #62EF15. Grayscale: #525252. Windows color (decimal): -6483734 or 15339677. OLE color: 15339677.

HSL color Cylindrical-coordinate representation of color #9D10EA: hue angle of 278.81º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D10EA is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 16 234 -
CMYK 0.33 0.93 0 0.08
HSL 278.81º 0.87% 0.49% -
HSV(B) 278.81º 0.93% 0.92% -
XYZ 28.94 13.48 78.92 -
YUV 83.01 213.21 180.77 -
System Red Green Blue C M Y K H S L
Decimal 157 16 234 0.33 0.93 0 0.08 278.81 0.87 0.49
Hex 9D 10 EA 21 5D 0 8 117 57 31
Octal 235 20 352 41 135 0 10 427 127 61
Binary 10011101 10000 11101010 100001 1011101 0 1000 100010111 1010111 110001

Color Harmonies of #9D10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D10EA

Black with #9D10EA

Text Example


Text Example

White with #9D10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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