#9131AE

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

Shades of Dark Orchid #9131AE

Tints of Dark Orchid #9131AE

Color information

#9131AE (or 0x9131AE) is unknown color: approx Dark Orchid. HEX triplet: 91, 31 and AE. RGB value is (145,49,174). Sum of RGB (Red+Green+Blue) = 145+49+174=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #9131AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9131AE is #6ECE51. Grayscale: #5B5B5B. Windows color (decimal): -7261778 or 11415953. OLE color: 11415953.

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

Color convert

RGB14549174-
CMYK0.170.7200.32
HSL286.08º56.05%43.73%-
HSV(B)286.08º71.84%68.24%-
XYZ20.4211.2741.14-
YUV91.95174.3165.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 49 (19.53% from 255) = 13.32%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=39.40%
G=13.32%
B=47.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145491740.170.7200.32286.0856.0543.73
Hex9131AE114802011e382c
Octal22161256211100404367054
Binary10010001110001101011101000110010000100000100011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9131AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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