#9D1CD9

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

Shades of Dark Orchid #9D1CD9

Tints of Dark Orchid #9D1CD9

Color information

#9D1CD9 (or 0x9D1CD9) is unknown color: approx Dark Orchid. HEX triplet: 9D, 1C and D9. RGB value is (157,28,217). Sum of RGB (Red+Green+Blue) = 157+28+217=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D1CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1CD9 is #62E326. Grayscale: #575757. Windows color (decimal): -6480679 or 14228637. OLE color: 14228637.

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

Color convert

RGB15728217-
CMYK0.280.8700.15
HSL280.95º77.14%48.04%-
HSV(B)280.95º87.1%85.1%-
XYZ26.8413.0166.74-
YUV88.12200.74177.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 28 (11.33% from 255) = 6.97%
BLUE value IS 217 (85.16% from 255) = 53.98%
R=39.05%
G=6.97%
B=53.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157282170.280.8700.15280.9577.1448.04
Hex9D1CD91C570F1194d30
Octal235343313412701743111560
Binary100111011110011011001111001010111011111000110011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,28,217); }

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

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

 a { background-color: rgb(157,28,217); }

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

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

 span { border-color: rgb(157,28,217); }

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