Html Css Color HEX #9034AD Dark Orchid

📋 copy color: '#9034AD'

red 144 ◦ green 52 ◦ blue 173

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

Shades of Dark Orchid #9034AD

Tints of Dark Orchid #9034AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

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

R = 39.02%
G = 14.09%
B = 46.88%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9034AD (or 0x9034AD) is known color: Dark Orchid. HEX triplet: 90, 34 and AD. RGB value is (144,52,173). Sum of RGB (Red+Green+Blue) = 144+52+173=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #9034AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9034AD is #6FCB52. Grayscale: #5C5C5C. Windows color (decimal): -7326547 or 11351184. OLE color: 11351184.

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

Color convert

RGB 144 52 173 -
CMYK 0.17 0.70 0 0.32
HSL 285.62º 0.54% 0.44% -
HSV(B) 285.62º 0.7% 0.68% -
XYZ 20.27 11.4 40.67 -
YUV 93.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 144 52 173 0.17 0.70 0 0.32 285.62 0.54 0.44
Hex 90 34 AD 11 46 0 20 11E 36 2C
Octal 220 64 255 21 106 0 40 436 66 54
Binary 10010000 110100 10101101 10001 1000110 0 100000 100011110 110110 101100

Color Harmonies of #9034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9034AD

Black with #9034AD

Text Example


Text Example

White with #9034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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