#9E38CB

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

Shades of Dark Orchid #9E38CB

Tints of Dark Orchid #9E38CB

Color information

#9E38CB (or 0x9E38CB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 38 and CB. RGB value is (158,56,203). Sum of RGB (Red+Green+Blue) = 158+56+203=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E38CB is #61C734. Grayscale: #666666. Windows color (decimal): -6407989 or 13318302. OLE color: 13318302.

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

Color convert

RGB15856203-
CMYK0.220.7200.20
HSL281.63º58.57%50.78%-
HSV(B)281.63º72.41%79.61%-
XYZ26.2914.4157.9-
YUV103.26184.29167.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=37.89%
G=13.43%
B=48.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158562030.220.7200.20281.6358.5750.78
Hex9E38CB164801411a3b33
Octal23670313261100244327363
Binary1001111011100011001011101101001000010100100011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E38CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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