Html Css Color HEX #9E2ADE Dark Orchid

📋 copy color: '#9E2ADE'

red 158 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #9E2ADE

Tints of Dark Orchid #9E2ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

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

R = 37.44%
G = 9.95%
B = 52.61%

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

#9E2ADE (or 0x9E2ADE) is known color: Dark Orchid. HEX triplet: 9E, 2A and DE. RGB value is (158,42,222). Sum of RGB (Red+Green+Blue) = 158+42+222=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ADE is #61D521. Grayscale: #606060. Windows color (decimal): -6411554 or 14559902. OLE color: 14559902.

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

Color convert

RGB 158 42 222 -
CMYK 0.29 0.81 0 0.13
HSL 278.67º 0.73% 0.52% -
HSV(B) 278.67º 0.81% 0.87% -
XYZ 28.11 14.2 70.37 -
YUV 97.2 198.43 171.36 -
System Red Green Blue C M Y K H S L
Decimal 158 42 222 0.29 0.81 0 0.13 278.67 0.73 0.52
Hex 9E 2A DE 1D 51 0 D 117 49 34
Octal 236 52 336 35 121 0 15 427 111 64
Binary 10011110 101010 11011110 11101 1010001 0 1101 100010111 1001001 110100

Color Harmonies of #9E2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2ADE

Black with #9E2ADE

Text Example


Text Example

White with #9E2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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