#9682BC

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

Shades of Cold Purple #9682BC

Tints of Cold Purple #9682BC

Color information

#9682BC (or 0x9682BC) is unknown color: approx Cold Purple. HEX triplet: 96, 82 and BC. RGB value is (150,130,188). Sum of RGB (Red+Green+Blue) = 150+130+188=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9682BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682BC is #697D43. Grayscale: #8E8E8E. Windows color (decimal): -6913348 or 12354198. OLE color: 12354198.

HSL color Cylindrical-coordinate representation of color #9682BC: hue angle of 260.69º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9682BC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150130188-
CMYK0.200.3100.26
HSL260.69º30.21%62.35%-
HSV(B)260.69º30.85%73.73%-
XYZ29.6426.0851.05-
YUV142.59153.63133.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=32.05%
G=27.78%
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.26
SystemRedGreenBlueCMYKHSL
Decimal1501301880.200.3100.26260.6930.2162.35
Hex9682BC141F01A1051e3e
Octal22620227424370324053676
Binary100101101000001010111100101001111101101010000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9682BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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