Html Css Color HEX #9D12B1 Dark Violet

📋 copy color: '#9D12B1'

red 157 ◦ green 18 ◦ blue 177

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

Shades of Dark Violet #9D12B1

Tints of Dark Violet #9D12B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.28%

R = 44.6%
G = 5.11%
B = 50.28%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D12B1 (or 0x9D12B1) is known color: Dark Violet. HEX triplet: 9D, 12 and B1. RGB value is (157,18,177). Sum of RGB (Red+Green+Blue) = 157+18+177=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D12B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D12B1 is #62ED4E. Grayscale: #4D4D4D. Windows color (decimal): -6483279 or 11604637. OLE color: 11604637.

HSL color Cylindrical-coordinate representation of color #9D12B1: hue angle of 292.45º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D12B1 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 18 177 -
CMYK 0.11 0.90 0 0.31
HSL 292.45º 0.82% 0.38% -
HSV(B) 292.45º 0.9% 0.69% -
XYZ 22.06 10.78 42.51 -
YUV 77.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 157 18 177 0.11 0.90 0 0.31 292.45 0.82 0.38
Hex 9D 12 B1 B 5A 0 1F 124 52 26
Octal 235 22 261 13 132 0 37 444 122 46
Binary 10011101 10010 10110001 1011 1011010 0 11111 100100100 1010010 100110

Color Harmonies of #9D12B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D12B1

Black with #9D12B1

Text Example


Text Example

White with #9D12B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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