#9E2BCB

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

Shades of Dark Orchid #9E2BCB

Tints of Dark Orchid #9E2BCB

Color information

#9E2BCB (or 0x9E2BCB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2B and CB. RGB value is (158,43,203). Sum of RGB (Red+Green+Blue) = 158+43+203=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E2BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BCB is #61D434. Grayscale: #5F5F5F. Windows color (decimal): -6411317 or 13314974. OLE color: 13314974.

HSL color Cylindrical-coordinate representation of color #9E2BCB: hue angle of 283.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2BCB is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15843203-
CMYK0.220.7900.20
HSL283.12º65.04%48.24%-
HSV(B)283.12º78.82%79.61%-
XYZ25.7413.3157.71-
YUV95.62188.6172.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.11%
GREEN value IS 43 (17.19% from 255) = 10.64%
BLUE value IS 203 (79.69% from 255) = 50.25%
R=39.11%
G=10.64%
B=50.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158432030.220.7900.20283.1265.0448.24
Hex9E2BCB164F01411b4130
Octal236533132611702443310160
Binary10011110101011110010111011010011110101001000110111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,203); }

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

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

 a { background-color: rgb(158,43,203); }

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

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

 span { border-color: rgb(158,43,203); }

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