Html Css Color HEX #9E28BE Dark Orchid

📋 copy color: '#9E28BE'

red 158 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #9E28BE

Tints of Dark Orchid #9E28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

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

R = 40.72%
G = 10.31%
B = 48.97%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E28BE (or 0x9E28BE) is known color: Dark Orchid. HEX triplet: 9E, 28 and BE. RGB value is (158,40,190). Sum of RGB (Red+Green+Blue) = 158+40+190=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E28BE is #61D741. Grayscale: #5B5B5B. Windows color (decimal): -6412098 or 12462238. OLE color: 12462238.

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

Color convert

RGB 158 40 190 -
CMYK 0.17 0.79 0 0.25
HSL 287.2º 0.65% 0.45% -
HSV(B) 287.2º 0.79% 0.75% -
XYZ 24.15 12.5 49.86 -
YUV 92.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 158 40 190 0.17 0.79 0 0.25 287.2 0.65 0.45
Hex 9E 28 BE 11 4F 0 19 11F 41 2D
Octal 236 50 276 21 117 0 31 437 101 55
Binary 10011110 101000 10111110 10001 1001111 0 11001 100011111 1000001 101101

Color Harmonies of #9E28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E28BE

Black with #9E28BE

Text Example


Text Example

White with #9E28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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