#9D48D7

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

Shades of Dark Orchid #9D48D7

Tints of Dark Orchid #9D48D7

Color information

#9D48D7 (or 0x9D48D7) is unknown color: approx Dark Orchid. HEX triplet: 9D, 48 and D7. RGB value is (157,72,215). Sum of RGB (Red+Green+Blue) = 157+72+215=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D48D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48D7 is #62B728. Grayscale: #717171. Windows color (decimal): -6469417 or 14108829. OLE color: 14108829.

HSL color Cylindrical-coordinate representation of color #9D48D7: hue angle of 275.66º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D48D7 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15772215-
CMYK0.270.6700.16
HSL275.66º64.13%56.27%-
HSV(B)275.66º66.51%84.31%-
XYZ28.4916.7166.01-
YUV113.72185.16158.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 72 (28.52% from 255) = 16.22%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=35.36%
G=16.22%
B=48.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157722150.270.6700.16275.6664.1356.27
Hex9D48D71B430101144038
Octal2351103273310302042410070
Binary100111011001000110101111101110000110100001000101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,72,215); }

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

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

 a { background-color: rgb(157,72,215); }

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

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

 span { border-color: rgb(157,72,215); }

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