#9D45E2

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

Shades of Dark Orchid #9D45E2

Tints of Dark Orchid #9D45E2

Color information

#9D45E2 (or 0x9D45E2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 45 and E2. RGB value is (157,69,226). Sum of RGB (Red+Green+Blue) = 157+69+226=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #9D45E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D45E2 is #62BA1D. Grayscale: #707070. Windows color (decimal): -6470174 or 14828957. OLE color: 14828957.

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

Color convert

RGB15769226-
CMYK0.310.6900.11
HSL273.63º73.02%57.84%-
HSV(B)273.63º69.47%88.63%-
XYZ29.7616.9273.65-
YUV113.21191.65159.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 226 (88.67% from 255) = 50%
R=34.73%
G=15.27%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157692260.310.6900.11273.6373.0257.84
Hex9D45E21F450B112493a
Octal2351053423710501342211172
Binary10011101100010111100010111111000101010111000100101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D45E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,226); }

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

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

 a { background-color: rgb(157,69,226); }

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

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

 span { border-color: rgb(157,69,226); }

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