Html Css Color HEX #9E30AE Dark Orchid

📋 copy color: '#9E30AE'

red 158 ◦ green 48 ◦ blue 174

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

Shades of Dark Orchid #9E30AE

Tints of Dark Orchid #9E30AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.63%

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

R = 41.58%
G = 12.63%
B = 45.79%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E30AE (or 0x9E30AE) is known color: Dark Orchid. HEX triplet: 9E, 30 and AE. RGB value is (158,48,174). Sum of RGB (Red+Green+Blue) = 158+48+174=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E30AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E30AE is #61CF51. Grayscale: #5E5E5E. Windows color (decimal): -6410066 or 11415710. OLE color: 11415710.

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

Color convert

RGB 158 48 174 -
CMYK 0.09 0.72 0 0.32
HSL 292.38º 0.57% 0.44% -
HSV(B) 292.38º 0.72% 0.68% -
XYZ 22.8 12.44 41.24 -
YUV 95.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 158 48 174 0.09 0.72 0 0.32 292.38 0.57 0.44
Hex 9E 30 AE 9 48 0 20 124 39 2C
Octal 236 60 256 11 110 0 40 444 71 54
Binary 10011110 110000 10101110 1001 1001000 0 100000 100100100 111001 101100

Color Harmonies of #9E30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E30AE

Black with #9E30AE

Text Example


Text Example

White with #9E30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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