#9D28B2

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

Shades of Dark Orchid #9D28B2

Tints of Dark Orchid #9D28B2

Color information

#9D28B2 (or 0x9D28B2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 28 and B2. RGB value is (157,40,178). Sum of RGB (Red+Green+Blue) = 157+40+178=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D28B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D28B2 is #62D74D. Grayscale: #5A5A5A. Windows color (decimal): -6477646 or 11675805. OLE color: 11675805.

HSL color Cylindrical-coordinate representation of color #9D28B2: hue angle of 290.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D28B2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15740178-
CMYK0.120.7800.30
HSL290.87º63.3%42.75%-
HSV(B)290.87º77.53%69.8%-
XYZ22.711.943.22-
YUV90.72177.26175.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 40 (16.02% from 255) = 10.67%
BLUE value IS 178 (69.92% from 255) = 47.47%
R=41.87%
G=10.67%
B=47.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157401780.120.7800.30290.8763.342.75
Hex9D28B2C4E01E1233f2b
Octal23550262141160364437753
Binary100111011010001011001011001001110011110100100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D28B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,40,178); }

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

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

 a { background-color: rgb(157,40,178); }

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

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

 span { border-color: rgb(157,40,178); }

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