#9729c7

Color #9729C7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9729C7

Tints of Dark Orchid #9729C7

Color information

#9729C7 (or 0x9729C7) is unknown color: approx Dark Orchid. HEX triplet: 97, 29 and C7. RGB value is (151,41,199). Sum of RGB (Red+Green+Blue) = 151+41+199=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #9729C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9729C7 is #68D638. Grayscale: #5B5B5B. Windows color (decimal): -6870585 or 13052311. OLE color: 13052311.

HSL color Cylindrical-coordinate representation of color #9729C7: hue angle of 281.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9729C7 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15141199-
CMYK0.240.7900.22
HSL281.77º65.83%47.06%-
HSV(B)281.77º79.4%78.04%-
XYZ23.8612.2955.15-
YUV91.9188.44170.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 41 (16.41% from 255) = 10.49%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=38.62%
G=10.49%
B=50.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151411990.240.7900.22281.7765.8347.06
Hex9729C7184F01611a422f
Octal227513073011702643210257
Binary10010111101001110001111100010011110101101000110101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9729c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9729c7;
 }
 .AnyTagClassName
 {
   color: #9729c7;
 }
</style>
background-color css

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

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

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

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

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

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