Html Css Color HEX #9E21BE Dark Orchid

📋 copy color: '#9E21BE'

red 158 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #9E21BE

Tints of Dark Orchid #9E21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

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

R = 41.47%
G = 8.66%
B = 49.87%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E21BE (or 0x9E21BE) is known color: Dark Orchid. HEX triplet: 9E, 21 and BE. RGB value is (158,33,190). Sum of RGB (Red+Green+Blue) = 158+33+190=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E21BE is #61DE41. Grayscale: #575757. Windows color (decimal): -6413890 or 12460446. OLE color: 12460446.

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

Color convert

RGB 158 33 190 -
CMYK 0.17 0.83 0 0.25
HSL 287.77º 0.7% 0.44% -
HSV(B) 287.77º 0.83% 0.75% -
XYZ 23.94 12.07 49.78 -
YUV 88.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 158 33 190 0.17 0.83 0 0.25 287.77 0.7 0.44
Hex 9E 21 BE 11 53 0 19 120 46 2C
Octal 236 41 276 21 123 0 31 440 106 54
Binary 10011110 100001 10111110 10001 1010011 0 11001 100100000 1000110 101100

Color Harmonies of #9E21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E21BE

Black with #9E21BE

Text Example


Text Example

White with #9E21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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