#9c28d4

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

Shades of Dark Orchid #9C28D4

Tints of Dark Orchid #9C28D4

Color information

#9C28D4 (or 0x9C28D4) is unknown color: approx Dark Orchid. HEX triplet: 9C, 28 and D4. RGB value is (156,40,212). Sum of RGB (Red+Green+Blue) = 156+40+212=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C28D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C28D4 is #63D72B. Grayscale: #5D5D5D. Windows color (decimal): -6543148 or 13904028. OLE color: 13904028.

HSL color Cylindrical-coordinate representation of color #9C28D4: hue angle of 280.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C28D4 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15640212-
CMYK0.260.8100.17
HSL280.47º68.25%49.41%-
HSV(B)280.47º81.13%83.14%-
XYZ26.3513.3463.47-
YUV94.29194.43172.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 40 (16.02% from 255) = 9.80%
BLUE value IS 212 (83.20% from 255) = 51.96%
R=38.24%
G=9.80%
B=51.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal156402120.260.8100.17280.4768.2549.41
Hex9C28D41A510111184431
Octal234503243212102143010461
Binary10011100101000110101001101010100010100011000110001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c28d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,40,212); }

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

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

 a { background-color: rgb(156,40,212); }

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

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

 span { border-color: rgb(156,40,212); }

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