#9D45C8

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

Shades of Dark Orchid #9D45C8

Tints of Dark Orchid #9D45C8

Color information

#9D45C8 (or 0x9D45C8) is unknown color: approx Dark Orchid. HEX triplet: 9D, 45 and C8. RGB value is (157,69,200). Sum of RGB (Red+Green+Blue) = 157+69+200=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D45C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D45C8 is #62BA37. Grayscale: #6D6D6D. Windows color (decimal): -6470200 or 13125021. OLE color: 13125021.

HSL color Cylindrical-coordinate representation of color #9D45C8: hue angle of 280.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D45C8 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15769200-
CMYK0.220.6600.22
HSL280.31º54.36%52.75%-
HSV(B)280.31º65.5%78.43%-
XYZ26.4615.5956.26-
YUV110.25178.65161.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 200 (78.52% from 255) = 46.95%
R=36.85%
G=16.20%
B=46.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157692000.220.6600.22280.3154.3652.75
Hex9D45C816420161183635
Octal235105310261020264306665
Binary10011101100010111001000101101000010010110100011000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D45C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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