Html Css Color HEX #9E2ADF Dark Orchid

📋 copy color: '#9E2ADF'

red 158 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #9E2ADF

Tints of Dark Orchid #9E2ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 37.35%
G = 9.93%
B = 52.72%

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

#9E2ADF (or 0x9E2ADF) is known color: Dark Orchid. HEX triplet: 9E, 2A and DF. RGB value is (158,42,223). Sum of RGB (Red+Green+Blue) = 158+42+223=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ADF is #61D520. Grayscale: #606060. Windows color (decimal): -6411553 or 14625438. OLE color: 14625438.

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

Color convert

RGB 158 42 223 -
CMYK 0.29 0.81 0 0.13
HSL 278.45º 0.74% 0.52% -
HSV(B) 278.45º 0.81% 0.87% -
XYZ 28.25 14.25 71.07 -
YUV 97.32 198.93 171.28 -
System Red Green Blue C M Y K H S L
Decimal 158 42 223 0.29 0.81 0 0.13 278.45 0.74 0.52
Hex 9E 2A DF 1D 51 0 D 116 4A 34
Octal 236 52 337 35 121 0 15 426 112 64
Binary 10011110 101010 11011111 11101 1010001 0 1101 100010110 1001010 110100

Color Harmonies of #9E2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2ADF

Black with #9E2ADF

Text Example


Text Example

White with #9E2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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