#9E32C1

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

Shades of Dark Orchid #9E32C1

Tints of Dark Orchid #9E32C1

Color information

#9E32C1 (or 0x9E32C1) is unknown color: approx Dark Orchid. HEX triplet: 9E, 32 and C1. RGB value is (158,50,193). Sum of RGB (Red+Green+Blue) = 158+50+193=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E32C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E32C1 is #61CD3E. Grayscale: #626262. Windows color (decimal): -6409535 or 12661406. OLE color: 12661406.

HSL color Cylindrical-coordinate representation of color #9E32C1: hue angle of 285.31º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E32C1 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15850193-
CMYK0.180.7400.24
HSL285.31º58.85%47.65%-
HSV(B)285.31º74.09%75.69%-
XYZ24.8713.451.73-
YUV98.59181.28170.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.40%
GREEN value IS 50 (19.92% from 255) = 12.47%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=39.40%
G=12.47%
B=48.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158501930.180.7400.24285.3158.8547.65
Hex9E32C1124A01811d3b30
Octal23662301221120304357360
Binary1001111011001011000001100101001010011000100011101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E32C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,50,193); }

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

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

 a { background-color: rgb(158,50,193); }

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

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

 span { border-color: rgb(158,50,193); }

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