#9131C3

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

Shades of Dark Orchid #9131C3

Tints of Dark Orchid #9131C3

Color information

#9131C3 (or 0x9131C3) is unknown color: approx Dark Orchid. HEX triplet: 91, 31 and C3. RGB value is (145,49,195). Sum of RGB (Red+Green+Blue) = 145+49+195=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #9131C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9131C3 is #6ECE3C. Grayscale: #5D5D5D. Windows color (decimal): -7261757 or 12792209. OLE color: 12792209.

HSL color Cylindrical-coordinate representation of color #9131C3: hue angle of 279.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9131C3 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14549195-
CMYK0.260.7500.24
HSL279.45º59.84%47.84%-
HSV(B)279.45º74.87%76.47%-
XYZ22.6312.1652.78-
YUV94.35184.8164.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 49 (19.53% from 255) = 12.60%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=37.28%
G=12.60%
B=50.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145491950.260.7500.24279.4559.8447.84
Hex9131C31A4B0181173c30
Octal22161303321130304277460
Binary1001000111000111000011110101001011011000100010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9131C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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