#9e2bdf

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

Shades of Dark Orchid #9E2BDF

Tints of Dark Orchid #9E2BDF

Color information

#9E2BDF (or 0x9E2BDF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2B and DF. RGB value is (158,43,223). Sum of RGB (Red+Green+Blue) = 158+43+223=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BDF is #61D420. Grayscale: #616161. Windows color (decimal): -6411297 or 14625694. OLE color: 14625694.

HSL color Cylindrical-coordinate representation of color #9E2BDF: hue angle of 278.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E2BDF is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15843223-
CMYK0.290.8100.13
HSL278.33º73.77%52.16%-
HSV(B)278.33º80.72%87.45%-
XYZ28.2814.3271.09-
YUV97.9198.6170.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 43 (17.19% from 255) = 10.14%
BLUE value IS 223 (87.5% from 255) = 52.59%
R=37.26%
G=10.14%
B=52.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158432230.290.8100.13278.3373.7752.16
Hex9E2BDF1D510D1164a34
Octal236533373512101542611264
Binary1001111010101111011111111011010001011011000101101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e2bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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