#9131BF

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

Shades of Dark Orchid #9131BF

Tints of Dark Orchid #9131BF

Color information

#9131BF (or 0x9131BF) is unknown color: approx Dark Orchid. HEX triplet: 91, 31 and BF. RGB value is (145,49,191). Sum of RGB (Red+Green+Blue) = 145+49+191=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #9131BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9131BF is #6ECE40. Grayscale: #5D5D5D. Windows color (decimal): -7261761 or 12530065. OLE color: 12530065.

HSL color Cylindrical-coordinate representation of color #9131BF: hue angle of 280.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9131BF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14549191-
CMYK0.240.7400.25
HSL280.56º59.17%47.06%-
HSV(B)280.56º74.35%74.9%-
XYZ22.1811.9850.43-
YUV93.89182.8164.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 191 (75% from 255) = 49.61%
R=37.66%
G=12.73%
B=49.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145491910.240.7400.25280.5659.1747.06
Hex9131BF184A0191193b2f
Octal22161277301120314317357
Binary1001000111000110111111110001001010011001100011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9131BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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