#907FBA

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

Shades of Cold Purple #907FBA

Tints of Cold Purple #907FBA

Color information

#907FBA (or 0x907FBA) is unknown color: approx Cold Purple. HEX triplet: 90, 7F and BA. RGB value is (144,127,186). Sum of RGB (Red+Green+Blue) = 144+127+186=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #907FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FBA is #6F8045. Grayscale: #8A8A8A. Windows color (decimal): -7307334 or 12222352. OLE color: 12222352.

HSL color Cylindrical-coordinate representation of color #907FBA: hue angle of 257.29º 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 #907FBA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144127186-
CMYK0.230.3200.27
HSL257.29º29.95%61.37%-
HSV(B)257.29º31.72%72.94%-
XYZ27.9524.6549.74-
YUV138.81154.63131.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=31.51%
G=27.79%
B=40.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441271860.230.3200.27257.2929.9561.37
Hex907FBA172001B1011e3d
Octal22017727227400334013675
Binary100100001111111101110101011110000001101110000000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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