#931BAC

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

Shades of Dark Orchid #931BAC

Tints of Dark Orchid #931BAC

Color information

#931BAC (or 0x931BAC) is unknown color: approx Dark Orchid. HEX triplet: 93, 1B and AC. RGB value is (147,27,172). Sum of RGB (Red+Green+Blue) = 147+27+172=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #931BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931BAC is #6CE453. Grayscale: #4E4E4E. Windows color (decimal): -7136340 or 11279251. OLE color: 11279251.

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

Color convert

RGB14727172-
CMYK0.150.8400.33
HSL289.66º72.86%39.02%-
HSV(B)289.66º84.3%67.45%-
XYZ19.879.9739.91-
YUV79.41180.26176.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=42.49%
G=7.80%
B=49.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147271720.150.8400.33289.6672.8639.02
Hex931BACF540211224927
Octal223332541712404144211147
Binary1001001111011101011001111101010001000011001000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,27,172); }

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

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

 a { background-color: rgb(147,27,172); }

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

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

 span { border-color: rgb(147,27,172); }

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