Html Css Color HEX #9E49CF Dark Orchid

📋 copy color: '#9E49CF'

red 158 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #9E49CF

Tints of Dark Orchid #9E49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

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

R = 36.07%
G = 16.67%
B = 47.26%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E49CF (or 0x9E49CF) is known color: Dark Orchid. HEX triplet: 9E, 49 and CF. RGB value is (158,73,207). Sum of RGB (Red+Green+Blue) = 158+73+207=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49CF is #61B630. Grayscale: #717171. Windows color (decimal): -6403633 or 13584798. OLE color: 13584798.

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

Color convert

RGB 158 73 207 -
CMYK 0.24 0.65 0 0.19
HSL 278.06º 0.58% 0.55% -
HSV(B) 278.06º 0.65% 0.81% -
XYZ 27.75 16.54 60.76 -
YUV 113.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 158 73 207 0.24 0.65 0 0.19 278.06 0.58 0.55
Hex 9E 49 CF 18 41 0 13 116 3A 37
Octal 236 111 317 30 101 0 23 426 72 67
Binary 10011110 1001001 11001111 11000 1000001 0 10011 100010110 111010 110111

Color Harmonies of #9E49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E49CF

Black with #9E49CF

Text Example


Text Example

White with #9E49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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