Html Css Color HEX #9E28AE Dark Orchid

📋 copy color: '#9E28AE'

red 158 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #9E28AE

Tints of Dark Orchid #9E28AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 42.47%
G = 10.75%
B = 46.77%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E28AE (or 0x9E28AE) is known color: Dark Orchid. HEX triplet: 9E, 28 and AE. RGB value is (158,40,174). Sum of RGB (Red+Green+Blue) = 158+40+174=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E28AE is #61D751. Grayscale: #5A5A5A. Windows color (decimal): -6412114 or 11413662. OLE color: 11413662.

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

Color convert

RGB 158 40 174 -
CMYK 0.09 0.77 0 0.32
HSL 292.84º 0.63% 0.42% -
HSV(B) 292.84º 0.77% 0.68% -
XYZ 22.5 11.84 41.14 -
YUV 90.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 158 40 174 0.09 0.77 0 0.32 292.84 0.63 0.42
Hex 9E 28 AE 9 4D 0 20 125 3F 2A
Octal 236 50 256 11 115 0 40 445 77 52
Binary 10011110 101000 10101110 1001 1001101 0 100000 100100101 111111 101010

Color Harmonies of #9E28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E28AE

Black with #9E28AE

Text Example


Text Example

White with #9E28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,40,174); }

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

background-color css

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

 a { background-color: rgb(158,40,174); }

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

border-color css

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

 span { border-color: rgb(158,40,174); }

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