#9D28C1

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

Shades of Dark Orchid #9D28C1

Tints of Dark Orchid #9D28C1

Color information

#9D28C1 (or 0x9D28C1) is unknown color: approx Dark Orchid. HEX triplet: 9D, 28 and C1. RGB value is (157,40,193). Sum of RGB (Red+Green+Blue) = 157+40+193=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D28C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D28C1 is #62D73E. Grayscale: #5B5B5B. Windows color (decimal): -6477631 or 12658845. OLE color: 12658845.

HSL color Cylindrical-coordinate representation of color #9D28C1: hue angle of 285.88º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D28C1 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15740193-
CMYK0.190.7900.24
HSL285.88º65.67%45.69%-
HSV(B)285.88º79.27%75.69%-
XYZ24.2912.5451.59-
YUV92.43184.76174.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 40 (16.02% from 255) = 10.26%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=40.26%
G=10.26%
B=49.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157401930.190.7900.24285.8865.6745.69
Hex9D28C1134F01811e422e
Octal235503012311703043610256
Binary10011101101000110000011001110011110110001000111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D28C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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