#9631AE

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

Shades of Dark Orchid #9631AE

Tints of Dark Orchid #9631AE

Color information

#9631AE (or 0x9631AE) is unknown color: approx Dark Orchid. HEX triplet: 96, 31 and AE. RGB value is (150,49,174). Sum of RGB (Red+Green+Blue) = 150+49+174=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9631AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9631AE is #69CE51. Grayscale: #5D5D5D. Windows color (decimal): -6934098 or 11415958. OLE color: 11415958.

HSL color Cylindrical-coordinate representation of color #9631AE: hue angle of 288.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9631AE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15049174-
CMYK0.140.7200.32
HSL288.48º56.05%43.73%-
HSV(B)288.48º71.84%68.24%-
XYZ21.3211.7441.19-
YUV93.45173.46168.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 49 (19.53% from 255) = 13.14%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=40.21%
G=13.14%
B=46.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150491740.140.7200.32288.4856.0543.73
Hex9631AEE48020120382c
Octal22661256161100404407054
Binary1001011011000110101110111010010000100000100100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9631AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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