Html Css Color HEX #9E4ADA Dark Orchid

📋 copy color: '#9E4ADA'

red 158 ◦ green 74 ◦ blue 218

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

Shades of Dark Orchid #9E4ADA

Tints of Dark Orchid #9E4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 35.11%
G = 16.44%
B = 48.44%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E4ADA (or 0x9E4ADA) is known color: Dark Orchid. HEX triplet: 9E, 4A and DA. RGB value is (158,74,218). Sum of RGB (Red+Green+Blue) = 158+74+218=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ADA is #61B525. Grayscale: #737373. Windows color (decimal): -6403366 or 14305950. OLE color: 14305950.

HSL color Cylindrical-coordinate representation of color #9E4ADA: hue angle of 275º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4ADA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 74 218 -
CMYK 0.28 0.66 0 0.15
HSL 275º 0.66% 0.57% -
HSV(B) 275º 0.66% 0.85% -
XYZ 29.2 17.23 68.12 -
YUV 115.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 158 74 218 0.28 0.66 0 0.15 275 0.66 0.57
Hex 9E 4A DA 1C 42 0 F 113 42 39
Octal 236 112 332 34 102 0 17 423 102 71
Binary 10011110 1001010 11011010 11100 1000010 0 1111 100010011 1000010 111001

Color Harmonies of #9E4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4ADA

Black with #9E4ADA

Text Example


Text Example

White with #9E4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,218); }

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

background-color css

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

 a { background-color: rgb(158,74,218); }

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

border-color css

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

 span { border-color: rgb(158,74,218); }

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