Html Css Color HEX #9E3DC0 Dark Orchid

📋 copy color: '#9E3DC0'

red 158 ◦ green 61 ◦ blue 192

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

Shades of Dark Orchid #9E3DC0

Tints of Dark Orchid #9E3DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 38.44%
G = 14.84%
B = 46.72%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E3DC0 (or 0x9E3DC0) is known color: Dark Orchid. HEX triplet: 9E, 3D and C0. RGB value is (158,61,192). Sum of RGB (Red+Green+Blue) = 158+61+192=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E3DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3DC0 is #61C23F. Grayscale: #686868. Windows color (decimal): -6406720 or 12598686. OLE color: 12598686.

HSL color Cylindrical-coordinate representation of color #9E3DC0: hue angle of 284.43º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3DC0 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 61 192 -
CMYK 0.18 0.68 0 0.25
HSL 284.43º 0.52% 0.5% -
HSV(B) 284.43º 0.68% 0.75% -
XYZ 25.28 14.41 51.32 -
YUV 104.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 158 61 192 0.18 0.68 0 0.25 284.43 0.52 0.5
Hex 9E 3D C0 12 44 0 19 11C 34 32
Octal 236 75 300 22 104 0 31 434 64 62
Binary 10011110 111101 11000000 10010 1000100 0 11001 100011100 110100 110010

Color Harmonies of #9E3DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3DC0

Black with #9E3DC0

Text Example


Text Example

White with #9E3DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,61,192); }

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

background-color css

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

 a { background-color: rgb(158,61,192); }

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

border-color css

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

 span { border-color: rgb(158,61,192); }

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