Html Css Color HEX #9E3DCF Dark Orchid

📋 copy color: '#9E3DCF'

red 158 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #9E3DCF

Tints of Dark Orchid #9E3DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 37.09%
G = 14.32%
B = 48.59%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E3DCF (or 0x9E3DCF) is known color: Dark Orchid. HEX triplet: 9E, 3D and CF. RGB value is (158,61,207). Sum of RGB (Red+Green+Blue) = 158+61+207=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E3DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3DCF is #61C230. Grayscale: #6A6A6A. Windows color (decimal): -6406705 or 13581726. OLE color: 13581726.

HSL color Cylindrical-coordinate representation of color #9E3DCF: hue angle of 279.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E3DCF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 61 207 -
CMYK 0.24 0.71 0 0.19
HSL 279.86º 0.6% 0.53% -
HSV(B) 279.86º 0.71% 0.81% -
XYZ 27.03 15.11 60.52 -
YUV 106.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 158 61 207 0.24 0.71 0 0.19 279.86 0.6 0.53
Hex 9E 3D CF 18 47 0 13 118 3C 35
Octal 236 75 317 30 107 0 23 430 74 65
Binary 10011110 111101 11001111 11000 1000111 0 10011 100011000 111100 110101

Color Harmonies of #9E3DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3DCF

Black with #9E3DCF

Text Example


Text Example

White with #9E3DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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