#9D01B1

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

Shades of Dark Violet #9D01B1

Tints of Dark Violet #9D01B1

Color information

#9D01B1 (or 0x9D01B1) is unknown color: approx Dark Violet. HEX triplet: 9D, 01 and B1. RGB value is (157,1,177). Sum of RGB (Red+Green+Blue) = 157+1+177=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D01B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D01B1 is #62FE4E. Grayscale: #434343. Windows color (decimal): -6487631 or 11600285. OLE color: 11600285.

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

Color convert

RGB1571177-
CMYK0.110.9900.31
HSL293.18º98.88%34.9%-
HSV(B)293.18º99.44%69.41%-
XYZ21.8510.3642.44-
YUV67.71189.68191.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=46.87%
G=0.30%
B=52.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15711770.110.9900.31293.1898.8834.9
Hex9D1B1B6301F1256323
Octal23512611314303744514343
Binary10011101110110001101111000110111111001001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D01B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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