#9131D4

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

Shades of Dark Orchid #9131D4

Tints of Dark Orchid #9131D4

Color information

#9131D4 (or 0x9131D4) is unknown color: approx Dark Orchid. HEX triplet: 91, 31 and D4. RGB value is (145,49,212). Sum of RGB (Red+Green+Blue) = 145+49+212=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #9131D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9131D4 is #6ECE2B. Grayscale: #5F5F5F. Windows color (decimal): -7261740 or 13906321. OLE color: 13906321.

HSL color Cylindrical-coordinate representation of color #9131D4: hue angle of 275.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9131D4 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14549212-
CMYK0.320.7700.17
HSL275.34º65.46%51.18%-
HSV(B)275.34º76.89%83.14%-
XYZ24.6612.9763.49-
YUV96.29193.3162.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=35.71%
G=12.07%
B=52.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal145492120.320.7700.17275.3465.4651.18
Hex9131D4204D0111134133
Octal221613244011502142310163
Binary100100011100011101010010000010011010100011000100111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9131D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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