#917FBB

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

Shades of Cold Purple #917FBB

Tints of Cold Purple #917FBB

Color information

#917FBB (or 0x917FBB) is unknown color: approx Cold Purple. HEX triplet: 91, 7F and BB. RGB value is (145,127,187). Sum of RGB (Red+Green+Blue) = 145+127+187=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #917FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBB is #6E8044. Grayscale: #8B8B8B. Windows color (decimal): -7241797 or 12287889. OLE color: 12287889.

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

Color convert

RGB145127187-
CMYK0.220.3200.27
HSL258º30.61%61.57%-
HSV(B)258º32.09%73.33%-
XYZ28.2424.7950.31-
YUV139.22154.96132.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=31.59%
G=27.67%
B=40.74%

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
Decimal1451271870.220.3200.2725830.6161.57
Hex917FBB162001B1021f3e
Octal22117727326400334023776
Binary100100011111111101110111011010000001101110000001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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