#9C1EC0

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

Shades of Dark Orchid #9C1EC0

Tints of Dark Orchid #9C1EC0

Color information

#9C1EC0 (or 0x9C1EC0) is unknown color: approx Dark Orchid. HEX triplet: 9C, 1E and C0. RGB value is (156,30,192). Sum of RGB (Red+Green+Blue) = 156+30+192=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1EC0 is #63E13F. Grayscale: #555555. Windows color (decimal): -6545728 or 12590748. OLE color: 12590748.

HSL color Cylindrical-coordinate representation of color #9C1EC0: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1EC0 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15630192-
CMYK0.190.8400.25
HSL286.67º72.97%43.53%-
HSV(B)286.67º84.38%75.29%-
XYZ23.6911.850.9-
YUV86.14187.74177.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 30 (12.11% from 255) = 7.94%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=41.27%
G=7.94%
B=50.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156301920.190.8400.25286.6772.9743.53
Hex9C1EC0135401911f492c
Octal234363002312403143711154
Binary1001110011110110000001001110101000110011000111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,30,192); }

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

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

 a { background-color: rgb(156,30,192); }

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

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

 span { border-color: rgb(156,30,192); }

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