#9C83BA

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

Shades of Cold Purple #9C83BA

Tints of Cold Purple #9C83BA

Color information

#9C83BA (or 0x9C83BA) is unknown color: approx Cold Purple. HEX triplet: 9C, 83 and BA. RGB value is (156,131,186). Sum of RGB (Red+Green+Blue) = 156+131+186=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83BA is #637C45. Grayscale: #909090. Windows color (decimal): -6519878 or 12223388. OLE color: 12223388.

HSL color Cylindrical-coordinate representation of color #9C83BA: hue angle of 267.27º 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 #9C83BA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156131186-
CMYK0.160.3000.27
HSL267.27º28.5%62.16%-
HSV(B)267.27º29.57%72.94%-
XYZ30.6926.8550.02-
YUV144.74151.28136.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=32.98%
G=27.70%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561311860.160.3000.27267.2728.562.16
Hex9C83BA101E01B10b1c3e
Octal23420327220360334133476
Binary100111001000001110111010100001111001101110000101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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