#9D07BF

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

Shades of Dark Violet #9D07BF

Tints of Dark Violet #9D07BF

Color information

#9D07BF (or 0x9D07BF) is unknown color: approx Dark Violet. HEX triplet: 9D, 07 and BF. RGB value is (157,7,191). Sum of RGB (Red+Green+Blue) = 157+7+191=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D07BF is #62F840. Grayscale: #484848. Windows color (decimal): -6486081 or 12519325. OLE color: 12519325.

HSL color Cylindrical-coordinate representation of color #9D07BF: hue angle of 288.91º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D07BF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1577191-
CMYK0.180.9600.25
HSL288.91º92.93%38.82%-
HSV(B)288.91º96.34%74.9%-
XYZ23.3811.0850.2-
YUV72.83194.7188.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 191 (75% from 255) = 53.80%
R=44.23%
G=1.97%
B=53.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15771910.180.9600.25288.9192.9338.82
Hex9D7BF12600191215d27
Octal23572772214003144113547
Binary10011101111101111111001011000000110011001000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D07BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,7,191); }

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

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

 a { background-color: rgb(157,7,191); }

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

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

 span { border-color: rgb(157,7,191); }

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