#9B0D7D

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

Shades of Dark Purple #9B0D7D

Tints of Dark Purple #9B0D7D

Color information

#9B0D7D (or 0x9B0D7D) is unknown color: approx Dark Purple. HEX triplet: 9B, 0D and 7D. RGB value is (155,13,125). Sum of RGB (Red+Green+Blue) = 155+13+125=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D7D is #64F282. Grayscale: #434343. Windows color (decimal): -6615683 or 8195483. OLE color: 8195483.

HSL color Cylindrical-coordinate representation of color #9B0D7D: hue angle of 312.68º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D7D is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15513125-
CMYK00.920.190.39
HSL312.68º84.52%32.94%-
HSV(B)312.68º91.61%60.78%-
XYZ17.368.7420.17-
YUV68.23160.04189.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 13 (5.47% from 255) = 4.44%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=52.90%
G=4.44%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551312500.920.190.39312.6884.5232.94
Hex9BD7D05C13271395521
Octal233151750134234747112541
Binary100110111101111110101011100100111001111001110011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,13,125); }

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

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

 a { background-color: rgb(155,13,125); }

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

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

 span { border-color: rgb(155,13,125); }

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