Html Css Color HEX #9037AF Dark Orchid

📋 copy color: '#9037AF'

red 144 ◦ green 55 ◦ blue 175

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

Shades of Dark Orchid #9037AF

Tints of Dark Orchid #9037AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 38.5%
G = 14.71%
B = 46.79%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9037AF (or 0x9037AF) is known color: Dark Orchid. HEX triplet: 90, 37 and AF. RGB value is (144,55,175). Sum of RGB (Red+Green+Blue) = 144+55+175=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #9037AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9037AF is #6FC850. Grayscale: #5E5E5E. Windows color (decimal): -7325777 or 11483024. OLE color: 11483024.

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

Color convert

RGB 144 55 175 -
CMYK 0.18 0.69 0 0.31
HSL 284.5º 0.52% 0.45% -
HSV(B) 284.5º 0.69% 0.69% -
XYZ 20.61 11.76 41.74 -
YUV 95.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 144 55 175 0.18 0.69 0 0.31 284.5 0.52 0.45
Hex 90 37 AF 12 45 0 1F 11C 34 2D
Octal 220 67 257 22 105 0 37 434 64 55
Binary 10010000 110111 10101111 10010 1000101 0 11111 100011100 110100 101101

Color Harmonies of #9037AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9037AF

Black with #9037AF

Text Example


Text Example

White with #9037AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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