Html Css Color HEX #9D12B9 Dark Violet

📋 copy color: '#9D12B9'

red 157 ◦ green 18 ◦ blue 185

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

Shades of Dark Violet #9D12B9

Tints of Dark Violet #9D12B9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5%

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 43.61%
G = 5%
B = 51.39%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D12B9 (or 0x9D12B9) is known color: Dark Violet. HEX triplet: 9D, 12 and B9. RGB value is (157,18,185). Sum of RGB (Red+Green+Blue) = 157+18+185=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D12B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D12B9 is #62ED46. Grayscale: #4E4E4E. Windows color (decimal): -6483271 or 12128925. OLE color: 12128925.

HSL color Cylindrical-coordinate representation of color #9D12B9: hue angle of 289.94º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D12B9 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 18 185 -
CMYK 0.15 0.90 0 0.27
HSL 289.94º 0.82% 0.4% -
HSV(B) 289.94º 0.9% 0.73% -
XYZ 22.88 11.1 46.84 -
YUV 78.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 157 18 185 0.15 0.90 0 0.27 289.94 0.82 0.4
Hex 9D 12 B9 F 5A 0 1B 122 52 28
Octal 235 22 271 17 132 0 33 442 122 50
Binary 10011101 10010 10111001 1111 1011010 0 11011 100100010 1010010 101000

Color Harmonies of #9D12B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D12B9

Black with #9D12B9

Text Example


Text Example

White with #9D12B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,18,185); }

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

background-color css

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

 a { background-color: rgb(157,18,185); }

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

border-color css

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

 span { border-color: rgb(157,18,185); }

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