#9A83BA

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

Shades of Cold Purple #9A83BA

Tints of Cold Purple #9A83BA

Color information

#9A83BA (or 0x9A83BA) is unknown color: approx Cold Purple. HEX triplet: 9A, 83 and BA. RGB value is (154,131,186). Sum of RGB (Red+Green+Blue) = 154+131+186=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83BA is #657C45. Grayscale: #8F8F8F. Windows color (decimal): -6650950 or 12223386. OLE color: 12223386.

HSL color Cylindrical-coordinate representation of color #9A83BA: hue angle of 265.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A83BA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154131186-
CMYK0.170.3000.27
HSL265.09º28.5%62.16%-
HSV(B)265.09º29.57%72.94%-
XYZ30.3126.6550-
YUV144.15151.62135.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=32.70%
G=27.81%
B=39.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541311860.170.3000.27265.0928.562.16
Hex9A83BA111E01B1091c3e
Octal23220327221360334113476
Binary100110101000001110111010100011111001101110000100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A83BA; }

 p { color: rgb(154,131,186); }

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

<style>
 a { background-color: #9A83BA; }

 a { background-color: rgb(154,131,186); }

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

<style>
 span { border-color: #9A83BA; }

 span { border-color: rgb(154,131,186); }

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