#9D12BB

Color #9D12BB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9D12BB

Tints of Dark Violet #9D12BB

Color information

#9D12BB (or 0x9D12BB) is unknown color: approx Dark Violet. HEX triplet: 9D, 12 and BB. RGB value is (157,18,187). Sum of RGB (Red+Green+Blue) = 157+18+187=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D12BB is #62ED44. Grayscale: #4E4E4E. Windows color (decimal): -6483269 or 12259997. OLE color: 12259997.

HSL color Cylindrical-coordinate representation of color #9D12BB: hue angle of 289.35º 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 #9D12BB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15718187-
CMYK0.160.9000.27
HSL289.35º82.44%40.2%-
HSV(B)289.35º90.37%73.33%-
XYZ23.0911.1947.96-
YUV78.83189.05183.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 18 (7.42% from 255) = 4.97%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=43.37%
G=4.97%
B=51.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157181870.160.9000.27289.3582.4440.2
Hex9D12BB105A01B1215228
Octal235222732013203344112250
Binary1001110110010101110111000010110100110111001000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D12BB;
 }
 .AnyTagClassName
 {
   color: #9D12BB;
 }
</style>
background-color css

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

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

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

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

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

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