Html Css Color HEX #9E2FAD Dark Orchid

📋 copy color: '#9E2FAD'

red 158 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #9E2FAD

Tints of Dark Orchid #9E2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 41.8%
G = 12.43%
B = 45.77%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E2FAD (or 0x9E2FAD) is known color: Dark Orchid. HEX triplet: 9E, 2F and AD. RGB value is (158,47,173). Sum of RGB (Red+Green+Blue) = 158+47+173=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2FAD is #61D052. Grayscale: #5E5E5E. Windows color (decimal): -6410323 or 11349918. OLE color: 11349918.

HSL color Cylindrical-coordinate representation of color #9E2FAD: hue angle of 292.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2FAD is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 47 173 -
CMYK 0.09 0.73 0 0.32
HSL 292.86º 0.57% 0.43% -
HSV(B) 292.86º 0.73% 0.68% -
XYZ 22.66 12.32 40.72 -
YUV 94.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 158 47 173 0.09 0.73 0 0.32 292.86 0.57 0.43
Hex 9E 2F AD 9 49 0 20 125 39 2B
Octal 236 57 255 11 111 0 40 445 71 53
Binary 10011110 101111 10101101 1001 1001001 0 100000 100100101 111001 101011

Color Harmonies of #9E2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2FAD

Black with #9E2FAD

Text Example


Text Example

White with #9E2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,47,173); }

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

background-color css

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

 a { background-color: rgb(158,47,173); }

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

border-color css

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

 span { border-color: rgb(158,47,173); }

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