#9481BA

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

Shades of Cold Purple #9481BA

Tints of Cold Purple #9481BA

Color information

#9481BA (or 0x9481BA) is unknown color: approx Cold Purple. HEX triplet: 94, 81 and BA. RGB value is (148,129,186). Sum of RGB (Red+Green+Blue) = 148+129+186=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9481BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481BA is #6B7E45. Grayscale: #8C8C8C. Windows color (decimal): -7044678 or 12222868. OLE color: 12222868.

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

Color convert

RGB148129186-
CMYK0.200.3100.27
HSL260º29.23%61.76%-
HSV(B)260º30.65%72.94%-
XYZ28.9325.5449.86-
YUV141.18153.29132.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=31.97%
G=27.86%
B=40.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481291860.200.3100.2726029.2361.76
Hex9481BA141F01B1041d3e
Octal22420127224370334043576
Binary100101001000000110111010101001111101101110000010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9481BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9481BA; }

 p { color: rgb(148,129,186); }

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

<style>
 a { background-color: #9481BA; }

 a { background-color: rgb(148,129,186); }

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

<style>
 span { border-color: #9481BA; }

 span { border-color: rgb(148,129,186); }

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