#9D4BDA

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

Shades of Dark Orchid #9D4BDA

Tints of Dark Orchid #9D4BDA

Color information

#9D4BDA (or 0x9D4BDA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 4B and DA. RGB value is (157,75,218). Sum of RGB (Red+Green+Blue) = 157+75+218=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4BDA is #62B425. Grayscale: #737373. Windows color (decimal): -6468646 or 14306205. OLE color: 14306205.

HSL color Cylindrical-coordinate representation of color #9D4BDA: hue angle of 274.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4BDA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15775218-
CMYK0.280.6600.15
HSL274.41º65.9%57.45%-
HSV(B)274.41º65.6%85.49%-
XYZ29.0817.2668.13-
YUV115.82185.67157.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 218 (85.55% from 255) = 48.44%
R=34.89%
G=16.67%
B=48.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157752180.280.6600.15274.4165.957.45
Hex9D4BDA1C420F1124239
Octal2351133323410201742210271
Binary10011101100101111011010111001000010011111000100101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,75,218); }

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

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

 a { background-color: rgb(157,75,218); }

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

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

 span { border-color: rgb(157,75,218); }

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