Html Css Color HEX #9729AD Dark Orchid

📋 copy color: '#9729AD'

red 151 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #9729AD

Tints of Dark Orchid #9729AD

RGB

 RED value IS 151 (59.38% from 255) = 41.37%

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

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

R = 41.37%
G = 11.23%
B = 47.4%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9729AD (or 0x9729AD) is known color: Dark Orchid. HEX triplet: 97, 29 and AD. RGB value is (151,41,173). Sum of RGB (Red+Green+Blue) = 151+41+173=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #9729AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9729AD is #68D652. Grayscale: #585858. Windows color (decimal): -6870611 or 11348375. OLE color: 11348375.

HSL color Cylindrical-coordinate representation of color #9729AD: hue angle of 290º 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 #9729AD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 41 173 -
CMYK 0.13 0.76 0 0.32
HSL 290º 0.62% 0.42% -
HSV(B) 290º 0.76% 0.68% -
XYZ 21.1 11.18 40.58 -
YUV 88.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 151 41 173 0.13 0.76 0 0.32 290 0.62 0.42
Hex 97 29 AD D 4C 0 20 122 3E 2A
Octal 227 51 255 15 114 0 40 442 76 52
Binary 10010111 101001 10101101 1101 1001100 0 100000 100100010 111110 101010

Color Harmonies of #9729AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9729AD

Black with #9729AD

Text Example


Text Example

White with #9729AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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