#9D03CF

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

Shades of Dark Violet #9D03CF

Tints of Dark Violet #9D03CF

Color information

#9D03CF (or 0x9D03CF) is unknown color: approx Dark Violet. HEX triplet: 9D, 03 and CF. RGB value is (157,3,207). Sum of RGB (Red+Green+Blue) = 157+3+207=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03CF is #62FC30. Grayscale: #474747. Windows color (decimal): -6487089 or 13566877. OLE color: 13566877.

HSL color Cylindrical-coordinate representation of color #9D03CF: hue angle of 285.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D03CF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1573207-
CMYK0.240.9900.19
HSL285.29º97.14%41.18%-
HSV(B)285.29º98.55%81.18%-
XYZ25.211.7459.97-
YUV72.3204.02188.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=42.78%
G=0.82%
B=56.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15732070.240.9900.19285.2997.1441.18
Hex9D3CF186301311d6129
Octal23533173014302343514151
Binary1001110111110011111100011000110100111000111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D03CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,3,207); }

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

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

 a { background-color: rgb(157,3,207); }

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

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

 span { border-color: rgb(157,3,207); }

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