#9684BE

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

Shades of Cold Purple #9684BE

Tints of Cold Purple #9684BE

Color information

#9684BE (or 0x9684BE) is unknown color: approx Cold Purple. HEX triplet: 96, 84 and BE. RGB value is (150,132,190). Sum of RGB (Red+Green+Blue) = 150+132+190=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9684BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684BE is #697B41. Grayscale: #8F8F8F. Windows color (decimal): -6912834 or 12485782. OLE color: 12485782.

HSL color Cylindrical-coordinate representation of color #9684BE: hue angle of 258.62º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9684BE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150132190-
CMYK0.210.3100.25
HSL258.62º30.85%63.14%-
HSV(B)258.62º30.53%74.51%-
XYZ30.1226.752.28-
YUV143.99153.96132.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=31.78%
G=27.97%
B=40.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501321900.210.3100.25258.6230.8563.14
Hex9684BE151F0191031f3f
Octal22620427625370314033777
Binary100101101000010010111110101011111101100110000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9684BE; }

 p { color: rgb(150,132,190); }

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

<style>
 a { background-color: #9684BE; }

 a { background-color: rgb(150,132,190); }

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

<style>
 span { border-color: #9684BE; }

 span { border-color: rgb(150,132,190); }

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