#931EB7

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

Shades of Dark Orchid #931EB7

Tints of Dark Orchid #931EB7

Color information

#931EB7 (or 0x931EB7) is unknown color: approx Dark Orchid. HEX triplet: 93, 1E and B7. RGB value is (147,30,183). Sum of RGB (Red+Green+Blue) = 147+30+183=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #931EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931EB7 is #6CE148. Grayscale: #515151. Windows color (decimal): -7135561 or 12000915. OLE color: 12000915.

HSL color Cylindrical-coordinate representation of color #931EB7: hue angle of 285.88º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931EB7 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14730183-
CMYK0.200.8400.28
HSL285.88º71.83%41.76%-
HSV(B)285.88º83.61%71.76%-
XYZ21.0410.5545.73-
YUV82.42184.76174.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 183 (71.88% from 255) = 50.83%
R=40.83%
G=8.33%
B=50.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147301830.200.8400.28285.8871.8341.76
Hex931EB7145401C11e482a
Octal223362672412403443611052
Binary1001001111110101101111010010101000111001000111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,30,183); }

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

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

 a { background-color: rgb(147,30,183); }

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

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

 span { border-color: rgb(147,30,183); }

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