Html Css Color HEX #9029AD Dark Orchid

📋 copy color: '#9029AD'

red 144 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #9029AD

Tints of Dark Orchid #9029AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 40.22%
G = 11.45%
B = 48.32%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9029AD (or 0x9029AD) is known color: Dark Orchid. HEX triplet: 90, 29 and AD. RGB value is (144,41,173). Sum of RGB (Red+Green+Blue) = 144+41+173=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #9029AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9029AD is #6FD652. Grayscale: #565656. Windows color (decimal): -7329363 or 11348368. OLE color: 11348368.

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

Color convert

RGB 144 41 173 -
CMYK 0.17 0.76 0 0.32
HSL 286.82º 0.62% 0.42% -
HSV(B) 286.82º 0.76% 0.68% -
XYZ 19.84 10.53 40.52 -
YUV 86.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 144 41 173 0.17 0.76 0 0.32 286.82 0.62 0.42
Hex 90 29 AD 11 4C 0 20 11F 3E 2A
Octal 220 51 255 21 114 0 40 437 76 52
Binary 10010000 101001 10101101 10001 1001100 0 100000 100011111 111110 101010

Color Harmonies of #9029AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029AD

Black with #9029AD

Text Example


Text Example

White with #9029AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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