#9629af

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

Shades of Dark Orchid #9629AF

Tints of Dark Orchid #9629AF

Color information

#9629AF (or 0x9629AF) is unknown color: approx Dark Orchid. HEX triplet: 96, 29 and AF. RGB value is (150,41,175). Sum of RGB (Red+Green+Blue) = 150+41+175=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #9629AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9629AF is #69D650. Grayscale: #585858. Windows color (decimal): -6936145 or 11479446. OLE color: 11479446.

HSL color Cylindrical-coordinate representation of color #9629AF: hue angle of 288.81º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9629AF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15041175-
CMYK0.140.7700.31
HSL288.81º62.04%42.35%-
HSV(B)288.81º76.57%68.63%-
XYZ21.1111.1741.6-
YUV88.87176.61171.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 41 (16.41% from 255) = 11.20%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=40.98%
G=11.20%
B=47.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150411750.140.7700.31288.8162.0442.35
Hex9629AFE4D01F1213e2a
Octal22651257161150374417652
Binary100101101010011010111111101001101011111100100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9629af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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