Html Css Color HEX #9E3EDA Dark Orchid

📋 copy color: '#9E3EDA'

red 158 ◦ green 62 ◦ blue 218

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

Shades of Dark Orchid #9E3EDA

Tints of Dark Orchid #9E3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

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

R = 36.07%
G = 14.16%
B = 49.77%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E3EDA (or 0x9E3EDA) is known color: Dark Orchid. HEX triplet: 9E, 3E and DA. RGB value is (158,62,218). Sum of RGB (Red+Green+Blue) = 158+62+218=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E3EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3EDA is #61C125. Grayscale: #6B6B6B. Windows color (decimal): -6406438 or 14302878. OLE color: 14302878.

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

Color convert

RGB 158 62 218 -
CMYK 0.28 0.72 0 0.15
HSL 276.92º 0.68% 0.55% -
HSV(B) 276.92º 0.72% 0.85% -
XYZ 28.48 15.78 67.87 -
YUV 108.49 189.8 163.32 -
System Red Green Blue C M Y K H S L
Decimal 158 62 218 0.28 0.72 0 0.15 276.92 0.68 0.55
Hex 9E 3E DA 1C 48 0 F 115 44 37
Octal 236 76 332 34 110 0 17 425 104 67
Binary 10011110 111110 11011010 11100 1001000 0 1111 100010101 1000100 110111

Color Harmonies of #9E3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3EDA

Black with #9E3EDA

Text Example


Text Example

White with #9E3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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