#9D0BE1

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

Shades of Dark Violet #9D0BE1

Tints of Dark Violet #9D0BE1

Color information

#9D0BE1 (or 0x9D0BE1) is unknown color: approx Dark Violet. HEX triplet: 9D, 0B and E1. RGB value is (157,11,225). Sum of RGB (Red+Green+Blue) = 157+11+225=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D0BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BE1 is #62F41E. Grayscale: #4E4E4E. Windows color (decimal): -6485023 or 14748573. OLE color: 14748573.

HSL color Cylindrical-coordinate representation of color #9D0BE1: hue angle of 280.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0BE1 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15711225-
CMYK0.300.9500.12
HSL280.93º90.68%46.27%-
HSV(B)280.93º95.11%88.24%-
XYZ27.6112.8472.26-
YUV79.05210.37183.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 11 (4.69% from 255) = 2.80%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=39.95%
G=2.80%
B=57.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157112250.300.9500.12280.9390.6846.27
Hex9DBE11E5F0C1195b2e
Octal235133413613701443113356
Binary10011101101111100001111101011111011001000110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,11,225); }

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

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

 a { background-color: rgb(157,11,225); }

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

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

 span { border-color: rgb(157,11,225); }

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