#9A29C4

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

Shades of Dark Orchid #9A29C4

Tints of Dark Orchid #9A29C4

Color information

#9A29C4 (or 0x9A29C4) is unknown color: approx Dark Orchid. HEX triplet: 9A, 29 and C4. RGB value is (154,41,196). Sum of RGB (Red+Green+Blue) = 154+41+196=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A29C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A29C4 is #65D63B. Grayscale: #5B5B5B. Windows color (decimal): -6673980 or 12855706. OLE color: 12855706.

HSL color Cylindrical-coordinate representation of color #9A29C4: hue angle of 283.74º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A29C4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15441196-
CMYK0.210.7900.23
HSL283.74º65.4%46.47%-
HSV(B)283.74º79.08%76.86%-
XYZ24.0812.4453.36-
YUV92.46186.44171.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 41 (16.41% from 255) = 10.49%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=39.39%
G=10.49%
B=50.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154411960.210.7900.23283.7465.446.47
Hex9A29C4154F01711c412e
Octal232513042511702743410156
Binary10011010101001110001001010110011110101111000111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A29C4; }

 p { color: rgb(154,41,196); }

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

<style>
 a { background-color: #9A29C4; }

 a { background-color: rgb(154,41,196); }

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

<style>
 span { border-color: #9A29C4; }

 span { border-color: rgb(154,41,196); }

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