Html Css Color HEX #9E40BE Dark Orchid

📋 copy color: '#9E40BE'

red 158 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9E40BE

Tints of Dark Orchid #9E40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 38.35%
G = 15.53%
B = 46.12%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E40BE (or 0x9E40BE) is known color: Dark Orchid. HEX triplet: 9E, 40 and BE. RGB value is (158,64,190). Sum of RGB (Red+Green+Blue) = 158+64+190=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40BE is #61BF41. Grayscale: #6A6A6A. Windows color (decimal): -6405954 or 12468382. OLE color: 12468382.

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

Color convert

RGB 158 64 190 -
CMYK 0.17 0.66 0 0.25
HSL 284.76º 0.5% 0.5% -
HSV(B) 284.76º 0.66% 0.75% -
XYZ 25.23 14.65 50.21 -
YUV 106.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 158 64 190 0.17 0.66 0 0.25 284.76 0.5 0.5
Hex 9E 40 BE 11 42 0 19 11D 32 32
Octal 236 100 276 21 102 0 31 435 62 62
Binary 10011110 1000000 10111110 10001 1000010 0 11001 100011101 110010 110010

Color Harmonies of #9E40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E40BE

Black with #9E40BE

Text Example


Text Example

White with #9E40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,64,190); }

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

background-color css

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

 a { background-color: rgb(158,64,190); }

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

border-color css

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

 span { border-color: rgb(158,64,190); }

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