#9E3FCB

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

Shades of Dark Orchid #9E3FCB

Tints of Dark Orchid #9E3FCB

Color information

#9E3FCB (or 0x9E3FCB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 3F and CB. RGB value is (158,63,203). Sum of RGB (Red+Green+Blue) = 158+63+203=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FCB is #61C034. Grayscale: #6A6A6A. Windows color (decimal): -6406197 or 13320094. OLE color: 13320094.

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

Color convert

RGB15863203-
CMYK0.220.6900.20
HSL280.71º57.38%52.16%-
HSV(B)280.71º68.97%79.61%-
XYZ26.6615.1458.02-
YUV107.36181.97164.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=37.26%
G=14.86%
B=47.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158632030.220.6900.20280.7157.3852.16
Hex9E3FCB16450141193934
Octal23677313261050244317164
Binary1001111011111111001011101101000101010100100011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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