Html Css Color HEX #9E29BE Dark Orchid

📋 copy color: '#9E29BE'

red 158 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #9E29BE

Tints of Dark Orchid #9E29BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.54%

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

R = 40.62%
G = 10.54%
B = 48.84%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E29BE (or 0x9E29BE) is known color: Dark Orchid. HEX triplet: 9E, 29 and BE. RGB value is (158,41,190). Sum of RGB (Red+Green+Blue) = 158+41+190=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E29BE is #61D641. Grayscale: #5C5C5C. Windows color (decimal): -6411842 or 12462494. OLE color: 12462494.

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

Color convert

RGB 158 41 190 -
CMYK 0.17 0.78 0 0.25
HSL 287.11º 0.65% 0.45% -
HSV(B) 287.11º 0.78% 0.75% -
XYZ 24.19 12.57 49.87 -
YUV 92.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 158 41 190 0.17 0.78 0 0.25 287.11 0.65 0.45
Hex 9E 29 BE 11 4E 0 19 11F 41 2D
Octal 236 51 276 21 116 0 31 437 101 55
Binary 10011110 101001 10111110 10001 1001110 0 11001 100011111 1000001 101101

Color Harmonies of #9E29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E29BE

Black with #9E29BE

Text Example


Text Example

White with #9E29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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