Html Css Color HEX #9E2BDE Dark Orchid

📋 copy color: '#9E2BDE'

red 158 ◦ green 43 ◦ blue 222

#9E2BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9E2BDE

Tints of Dark Orchid #9E2BDE

RGB

 RED value IS 158 (62.11% from 255) = 37.35%

 GREEN value IS 43 (17.19% from 255) = 10.17%

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 37.35%
G = 10.17%
B = 52.48%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E2BDE (or 0x9E2BDE) is known color: Dark Orchid. HEX triplet: 9E, 2B and DE. RGB value is (158,43,222). Sum of RGB (Red+Green+Blue) = 158+43+222=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E2BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2BDE is #61D421. Grayscale: #616161. Windows color (decimal): -6411298 or 14560158. OLE color: 14560158.

HSL color Cylindrical-coordinate representation of color #9E2BDE: hue angle of 278.55º degrees, saturation: 0.73, 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 #9E2BDE is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 43 222 -
CMYK 0.29 0.81 0 0.13
HSL 278.55º 0.73% 0.52% -
HSV(B) 278.55º 0.81% 0.87% -
XYZ 28.15 14.27 70.38 -
YUV 97.79 198.1 170.95 -
System Red Green Blue C M Y K H S L
Decimal 158 43 222 0.29 0.81 0 0.13 278.55 0.73 0.52
Hex 9E 2B DE 1D 51 0 D 117 49 34
Octal 236 53 336 35 121 0 15 427 111 64
Binary 10011110 101011 11011110 11101 1010001 0 1101 100010111 1001001 110100

Color Harmonies of #9E2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BDE

Black with #9E2BDE

Text Example


Text Example

White with #9E2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2BDE;
 }
 .AnyTagClassName
 {
   color: #9E2BDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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