#9431AE

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

Shades of Dark Orchid #9431AE

Tints of Dark Orchid #9431AE

Color information

#9431AE (or 0x9431AE) is unknown color: approx Dark Orchid. HEX triplet: 94, 31 and AE. RGB value is (148,49,174). Sum of RGB (Red+Green+Blue) = 148+49+174=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #9431AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9431AE is #6BCE51. Grayscale: #5C5C5C. Windows color (decimal): -7065170 or 11415956. OLE color: 11415956.

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

Color convert

RGB14849174-
CMYK0.150.7200.32
HSL287.52º56.05%43.73%-
HSV(B)287.52º71.84%68.24%-
XYZ20.9511.5541.17-
YUV92.85173.8167.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=39.89%
G=13.21%
B=46.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148491740.150.7200.32287.5256.0543.73
Hex9431AEF48020120382c
Octal22461256171100404407054
Binary1001010011000110101110111110010000100000100100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9431AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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