Html Css Color HEX #9037AD Dark Orchid

📋 copy color: '#9037AD'

red 144 ◦ green 55 ◦ blue 173

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

Shades of Dark Orchid #9037AD

Tints of Dark Orchid #9037AD

RGB

 RED value IS 144 (56.64% from 255) = 38.71%

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

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 38.71%
G = 14.78%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9037AD (or 0x9037AD) is known color: Dark Orchid. HEX triplet: 90, 37 and AD. RGB value is (144,55,173). Sum of RGB (Red+Green+Blue) = 144+55+173=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #9037AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9037AD is #6FC852. Grayscale: #5E5E5E. Windows color (decimal): -7325779 or 11351952. OLE color: 11351952.

HSL color Cylindrical-coordinate representation of color #9037AD: hue angle of 285.25º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9037AD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 55 173 -
CMYK 0.17 0.68 0 0.32
HSL 285.25º 0.52% 0.45% -
HSV(B) 285.25º 0.68% 0.68% -
XYZ 20.41 11.68 40.71 -
YUV 95.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 144 55 173 0.17 0.68 0 0.32 285.25 0.52 0.45
Hex 90 37 AD 11 44 0 20 11D 34 2D
Octal 220 67 255 21 104 0 40 435 64 55
Binary 10010000 110111 10101101 10001 1000100 0 100000 100011101 110100 101101

Color Harmonies of #9037AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9037AD

Black with #9037AD

Text Example


Text Example

White with #9037AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9037AD; }

 p { color: rgb(144,55,173); }

 H1.HeaderClassName
 {
   color: #9037AD;
 }
 .AnyTagClassName
 {
   color: #9037AD;
 }
</style>

background-color css

<style>
 a { background-color: #9037AD; }

 a { background-color: rgb(144,55,173); }

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

border-color css

<style>
 span { border-color: #9037AD; }

 span { border-color: rgb(144,55,173); }

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