Html Css Color HEX #9E1CAE Dark Orchid

📋 copy color: '#9E1CAE'

red 158 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #9E1CAE

Tints of Dark Orchid #9E1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 43.89%
G = 7.78%
B = 48.33%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E1CAE (or 0x9E1CAE) is known color: Dark Orchid. HEX triplet: 9E, 1C and AE. RGB value is (158,28,174). Sum of RGB (Red+Green+Blue) = 158+28+174=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E1CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1CAE is #61E351. Grayscale: #535353. Windows color (decimal): -6415186 or 11410590. OLE color: 11410590.

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

Color convert

RGB 158 28 174 -
CMYK 0.09 0.84 0 0.32
HSL 293.42º 0.72% 0.4% -
HSV(B) 293.42º 0.84% 0.68% -
XYZ 22.16 11.16 41.03 -
YUV 83.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 158 28 174 0.09 0.84 0 0.32 293.42 0.72 0.4
Hex 9E 1C AE 9 54 0 20 125 48 28
Octal 236 34 256 11 124 0 40 445 110 50
Binary 10011110 11100 10101110 1001 1010100 0 100000 100100101 1001000 101000

Color Harmonies of #9E1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1CAE

Black with #9E1CAE

Text Example


Text Example

White with #9E1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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