Html Css Color HEX #9E24BE Dark Orchid

📋 copy color: '#9E24BE'

red 158 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #9E24BE

Tints of Dark Orchid #9E24BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.38%

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

R = 41.15%
G = 9.38%
B = 49.48%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E24BE (or 0x9E24BE) is known color: Dark Orchid. HEX triplet: 9E, 24 and BE. RGB value is (158,36,190). Sum of RGB (Red+Green+Blue) = 158+36+190=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E24BE is #61DB41. Grayscale: #595959. Windows color (decimal): -6413122 or 12461214. OLE color: 12461214.

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

Color convert

RGB 158 36 190 -
CMYK 0.17 0.81 0 0.25
HSL 287.53º 0.68% 0.44% -
HSV(B) 287.53º 0.81% 0.75% -
XYZ 24.03 12.25 49.81 -
YUV 90.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 158 36 190 0.17 0.81 0 0.25 287.53 0.68 0.44
Hex 9E 24 BE 11 51 0 19 120 44 2C
Octal 236 44 276 21 121 0 31 440 104 54
Binary 10011110 100100 10111110 10001 1010001 0 11001 100100000 1000100 101100

Color Harmonies of #9E24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E24BE

Black with #9E24BE

Text Example


Text Example

White with #9E24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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