#9629AE

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

Shades of Dark Orchid #9629AE

Tints of Dark Orchid #9629AE

Color information

#9629AE (or 0x9629AE) is unknown color: approx Dark Orchid. HEX triplet: 96, 29 and AE. RGB value is (150,41,174). Sum of RGB (Red+Green+Blue) = 150+41+174=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #9629AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9629AE is #69D651. Grayscale: #585858. Windows color (decimal): -6936146 or 11413910. OLE color: 11413910.

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

Color convert

RGB15041174-
CMYK0.140.7600.32
HSL289.17º61.86%42.16%-
HSV(B)289.17º76.44%68.24%-
XYZ21.0111.1341.08-
YUV88.75176.11171.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=41.10%
G=11.23%
B=47.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150411740.140.7600.32289.1761.8642.16
Hex9629AEE4C0201213e2a
Octal22651256161140404417652
Binary1001011010100110101110111010011000100000100100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9629AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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