#9684CB

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

Shades of Cold Purple #9684CB

Tints of Cold Purple #9684CB

Color information

#9684CB (or 0x9684CB) is unknown color: approx Cold Purple. HEX triplet: 96, 84 and CB. RGB value is (150,132,203). Sum of RGB (Red+Green+Blue) = 150+132+203=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9684CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684CB is #697B34. Grayscale: #919191. Windows color (decimal): -6912821 or 13337750. OLE color: 13337750.

HSL color Cylindrical-coordinate representation of color #9684CB: hue angle of 255.21º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9684CB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150132203-
CMYK0.260.3500.20
HSL255.21º40.57%65.69%-
HSV(B)255.21º34.98%79.61%-
XYZ31.6127.360.1-
YUV145.48160.46131.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=30.93%
G=27.22%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501322030.260.3500.20255.2140.5765.69
Hex9684CB1A23014ff2942
Octal226204313324302437751102
Binary10010110100001001100101111010100011010100111111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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