#9D38CD

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

Shades of Dark Orchid #9D38CD

Tints of Dark Orchid #9D38CD

Color information

#9D38CD (or 0x9D38CD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 38 and CD. RGB value is (157,56,205). Sum of RGB (Red+Green+Blue) = 157+56+205=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D38CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D38CD is #62C732. Grayscale: #666666. Windows color (decimal): -6473523 or 13449373. OLE color: 13449373.

HSL color Cylindrical-coordinate representation of color #9D38CD: hue angle of 280.67º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D38CD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15756205-
CMYK0.230.7300.20
HSL280.67º59.84%51.18%-
HSV(B)280.67º72.68%80.39%-
XYZ26.3414.459.15-
YUV103.18185.46166.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=37.56%
G=13.40%
B=49.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157562050.230.7300.20280.6759.8451.18
Hex9D38CD17490141193c33
Octal23570315271110244317463
Binary1001110111100011001101101111001001010100100011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D38CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,205); }

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

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

 a { background-color: rgb(157,56,205); }

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

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

 span { border-color: rgb(157,56,205); }

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