#931AAB

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

Shades of Dark Orchid #931AAB

Tints of Dark Orchid #931AAB

Color information

#931AAB (or 0x931AAB) is unknown color: approx Dark Orchid. HEX triplet: 93, 1A and AB. RGB value is (147,26,171). Sum of RGB (Red+Green+Blue) = 147+26+171=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #931AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931AAB is #6CE554. Grayscale: #4E4E4E. Windows color (decimal): -7136597 or 11213459. OLE color: 11213459.

HSL color Cylindrical-coordinate representation of color #931AAB: hue angle of 290.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931AAB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14726171-
CMYK0.140.8500.33
HSL290.07º73.6%38.63%-
HSV(B)290.07º84.8%67.06%-
XYZ19.759.8839.39-
YUV78.71180.09176.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 26 (10.55% from 255) = 7.56%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=42.73%
G=7.56%
B=49.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147261710.140.8500.33290.0773.638.63
Hex931AABE550211224a27
Octal223322531612504144211247
Binary1001001111010101010111110101010101000011001000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931AAB; }

 p { color: rgb(147,26,171); }

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

<style>
 a { background-color: #931AAB; }

 a { background-color: rgb(147,26,171); }

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

<style>
 span { border-color: #931AAB; }

 span { border-color: rgb(147,26,171); }

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