#9E23CB

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

Shades of Dark Orchid #9E23CB

Tints of Dark Orchid #9E23CB

Color information

#9E23CB (or 0x9E23CB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 23 and CB. RGB value is (158,35,203). Sum of RGB (Red+Green+Blue) = 158+35+203=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E23CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E23CB is #61DC34. Grayscale: #5A5A5A. Windows color (decimal): -6413365 or 13312926. OLE color: 13312926.

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

Color convert

RGB15835203-
CMYK0.220.8300.20
HSL283.93º70.59%46.67%-
HSV(B)283.93º82.76%79.61%-
XYZ25.4812.7857.62-
YUV90.93191.25175.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 35 (14.06% from 255) = 8.84%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=39.90%
G=8.84%
B=51.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158352030.220.8300.20283.9370.5946.67
Hex9E23CB165301411c472f
Octal236433132612302443410757
Binary10011110100011110010111011010100110101001000111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E23CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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