Html Css Color HEX #9E37DD Dark Orchid

📋 copy color: '#9E37DD'

red 158 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #9E37DD

Tints of Dark Orchid #9E37DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.67%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 36.41%
G = 12.67%
B = 50.92%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E37DD (or 0x9E37DD) is known color: Dark Orchid. HEX triplet: 9E, 37 and DD. RGB value is (158,55,221). Sum of RGB (Red+Green+Blue) = 158+55+221=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E37DD is #61C822. Grayscale: #686868. Windows color (decimal): -6408227 or 14497694. OLE color: 14497694.

HSL color Cylindrical-coordinate representation of color #9E37DD: hue angle of 277.23º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E37DD is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 55 221 -
CMYK 0.29 0.75 0 0.13
HSL 277.23º 0.71% 0.54% -
HSV(B) 277.23º 0.75% 0.87% -
XYZ 28.52 15.22 69.84 -
YUV 104.72 193.62 166 -
System Red Green Blue C M Y K H S L
Decimal 158 55 221 0.29 0.75 0 0.13 277.23 0.71 0.54
Hex 9E 37 DD 1D 4B 0 D 115 47 36
Octal 236 67 335 35 113 0 15 425 107 66
Binary 10011110 110111 11011101 11101 1001011 0 1101 100010101 1000111 110110

Color Harmonies of #9E37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E37DD

Black with #9E37DD

Text Example


Text Example

White with #9E37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,55,221); }

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

background-color css

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

 a { background-color: rgb(158,55,221); }

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

border-color css

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

 span { border-color: rgb(158,55,221); }

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