#917FBA

Color #917FBA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #917FBA

Tints of Cold Purple #917FBA

Color information

#917FBA (or 0x917FBA) is unknown color: approx Cold Purple. HEX triplet: 91, 7F and BA. RGB value is (145,127,186). Sum of RGB (Red+Green+Blue) = 145+127+186=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #917FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBA is #6E8045. Grayscale: #8A8A8A. Windows color (decimal): -7241798 or 12222353. OLE color: 12222353.

HSL color Cylindrical-coordinate representation of color #917FBA: hue angle of 258.31º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917FBA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145127186-
CMYK0.220.3200.27
HSL258.31º29.95%61.37%-
HSV(B)258.31º31.72%72.94%-
XYZ28.1324.7449.75-
YUV139.11154.46132.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=31.66%
G=27.73%
B=40.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451271860.220.3200.27258.3129.9561.37
Hex917FBA162001B1021e3d
Octal22117727226400334023675
Binary100100011111111101110101011010000001101110000001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917FBA; }

 p { color: rgb(145,127,186); }

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

<style>
 a { background-color: #917FBA; }

 a { background-color: rgb(145,127,186); }

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

<style>
 span { border-color: #917FBA; }

 span { border-color: rgb(145,127,186); }

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