#9682BA

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

Shades of Cold Purple #9682BA

Tints of Cold Purple #9682BA

Color information

#9682BA (or 0x9682BA) is unknown color: approx Cold Purple. HEX triplet: 96, 82 and BA. RGB value is (150,130,186). Sum of RGB (Red+Green+Blue) = 150+130+186=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9682BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682BA is #697D45. Grayscale: #8E8E8E. Windows color (decimal): -6913350 or 12223126. OLE color: 12223126.

HSL color Cylindrical-coordinate representation of color #9682BA: hue angle of 261.43º degrees, saturation: 0.29, 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 #9682BA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150130186-
CMYK0.190.3000.27
HSL261.43º28.87%61.96%-
HSV(B)261.43º30.11%72.94%-
XYZ29.4225.9949.92-
YUV142.36152.63133.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=32.19%
G=27.90%
B=39.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501301860.190.3000.27261.4328.8761.96
Hex9682BA131E01B1051d3e
Octal22620227223360334053576
Binary100101101000001010111010100111111001101110000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9682BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,130,186); }

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

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

 a { background-color: rgb(150,130,186); }

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

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

 span { border-color: rgb(150,130,186); }

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