Html Css Color HEX #9D0ABE Dark Violet

📋 copy color: '#9D0ABE'

red 157 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #9D0ABE

Tints of Dark Violet #9D0ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.8%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 43.98%
G = 2.8%
B = 53.22%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D0ABE (or 0x9D0ABE) is known color: Dark Violet. HEX triplet: 9D, 0A and BE. RGB value is (157,10,190). Sum of RGB (Red+Green+Blue) = 157+10+190=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0ABE is #62F541. Grayscale: #494949. Windows color (decimal): -6485314 or 12454557. OLE color: 12454557.

HSL color Cylindrical-coordinate representation of color #9D0ABE: hue angle of 289º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0ABE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 10 190 -
CMYK 0.17 0.95 0 0.25
HSL 289º 0.9% 0.39% -
HSV(B) 289º 0.95% 0.75% -
XYZ 23.31 11.1 49.63 -
YUV 74.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 157 10 190 0.17 0.95 0 0.25 289 0.9 0.39
Hex 9D A BE 11 5F 0 19 121 5A 27
Octal 235 12 276 21 137 0 31 441 132 47
Binary 10011101 1010 10111110 10001 1011111 0 11001 100100001 1011010 100111

Color Harmonies of #9D0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0ABE

Black with #9D0ABE

Text Example


Text Example

White with #9D0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,10,190); }

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

background-color css

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

 a { background-color: rgb(157,10,190); }

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

border-color css

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

 span { border-color: rgb(157,10,190); }

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