Html Css Color HEX #9D0EBA Dark Violet

📋 copy color: '#9D0EBA'

red 157 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #9D0EBA

Tints of Dark Violet #9D0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 43.98%
G = 3.92%
B = 52.1%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D0EBA (or 0x9D0EBA) is known color: Dark Violet. HEX triplet: 9D, 0E and BA. RGB value is (157,14,186). Sum of RGB (Red+Green+Blue) = 157+14+186=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0EBA is #62F145. Grayscale: #4B4B4B. Windows color (decimal): -6484294 or 12193437. OLE color: 12193437.

HSL color Cylindrical-coordinate representation of color #9D0EBA: hue angle of 289.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0EBA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 14 186 -
CMYK 0.16 0.92 0 0.27
HSL 289.88º 0.86% 0.39% -
HSV(B) 289.88º 0.92% 0.73% -
XYZ 22.92 11.03 47.37 -
YUV 76.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 157 14 186 0.16 0.92 0 0.27 289.88 0.86 0.39
Hex 9D E BA 10 5C 0 1B 122 56 27
Octal 235 16 272 20 134 0 33 442 126 47
Binary 10011101 1110 10111010 10000 1011100 0 11011 100100010 1010110 100111

Color Harmonies of #9D0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0EBA

Black with #9D0EBA

Text Example


Text Example

White with #9D0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,186); }

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

background-color css

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

 a { background-color: rgb(157,14,186); }

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

border-color css

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

 span { border-color: rgb(157,14,186); }

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