Html Css Color HEX #9037AE Dark Orchid

📋 copy color: '#9037AE'

red 144 ◦ green 55 ◦ blue 174

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

Shades of Dark Orchid #9037AE

Tints of Dark Orchid #9037AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 38.61%
G = 14.75%
B = 46.65%

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

#9037AE (or 0x9037AE) is known color: Dark Orchid. HEX triplet: 90, 37 and AE. RGB value is (144,55,174). Sum of RGB (Red+Green+Blue) = 144+55+174=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9037AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9037AE is #6FC851. Grayscale: #5E5E5E. Windows color (decimal): -7325778 or 11417488. OLE color: 11417488.

HSL color Cylindrical-coordinate representation of color #9037AE: hue angle of 284.87º 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 #9037AE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 55 174 -
CMYK 0.17 0.68 0 0.32
HSL 284.87º 0.52% 0.45% -
HSV(B) 284.87º 0.68% 0.68% -
XYZ 20.51 11.72 41.23 -
YUV 95.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 144 55 174 0.17 0.68 0 0.32 284.87 0.52 0.45
Hex 90 37 AE 11 44 0 20 11D 34 2D
Octal 220 67 256 21 104 0 40 435 64 55
Binary 10010000 110111 10101110 10001 1000100 0 100000 100011101 110100 101101

Color Harmonies of #9037AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9037AE

Black with #9037AE

Text Example


Text Example

White with #9037AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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