#9481BB

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

Shades of Cold Purple #9481BB

Tints of Cold Purple #9481BB

Color information

#9481BB (or 0x9481BB) is unknown color: approx Cold Purple. HEX triplet: 94, 81 and BB. RGB value is (148,129,187). Sum of RGB (Red+Green+Blue) = 148+129+187=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9481BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481BB is #6B7E44. Grayscale: #8D8D8D. Windows color (decimal): -7044677 or 12288404. OLE color: 12288404.

HSL color Cylindrical-coordinate representation of color #9481BB: hue angle of 259.66º degrees, saturation: 0.3, 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 #9481BB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148129187-
CMYK0.210.3100.27
HSL259.66º29.9%61.96%-
HSV(B)259.66º31.02%73.33%-
XYZ29.0325.5850.42-
YUV141.29153.79132.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=31.90%
G=27.80%
B=40.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481291870.210.3100.27259.6629.961.96
Hex9481BB151F01B1041e3e
Octal22420127325370334043676
Binary100101001000000110111011101011111101101110000010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9481BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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