Html Css Color HEX #9729AE Dark Orchid

📋 copy color: '#9729AE'

red 151 ◦ green 41 ◦ blue 174

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

Shades of Dark Orchid #9729AE

Tints of Dark Orchid #9729AE

RGB

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

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

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

R = 41.26%
G = 11.2%
B = 47.54%

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

#9729AE (or 0x9729AE) is known color: Dark Orchid. HEX triplet: 97, 29 and AE. RGB value is (151,41,174). Sum of RGB (Red+Green+Blue) = 151+41+174=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #9729AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9729AE is #68D651. Grayscale: #585858. Windows color (decimal): -6870610 or 11413911. OLE color: 11413911.

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

Color convert

RGB 151 41 174 -
CMYK 0.13 0.76 0 0.32
HSL 289.62º 0.62% 0.42% -
HSV(B) 289.62º 0.76% 0.68% -
XYZ 21.2 11.22 41.09 -
YUV 89.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 151 41 174 0.13 0.76 0 0.32 289.62 0.62 0.42
Hex 97 29 AE D 4C 0 20 122 3E 2A
Octal 227 51 256 15 114 0 40 442 76 52
Binary 10010111 101001 10101110 1101 1001100 0 100000 100100010 111110 101010

Color Harmonies of #9729AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9729AE

Black with #9729AE

Text Example


Text Example

White with #9729AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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