#9689CC

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

Shades of Cold Purple #9689CC

Tints of Cold Purple #9689CC

Color information

#9689CC (or 0x9689CC) is unknown color: approx Cold Purple. HEX triplet: 96, 89 and CC. RGB value is (150,137,204). Sum of RGB (Red+Green+Blue) = 150+137+204=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #9689CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689CC is #697633. Grayscale: #949494. Windows color (decimal): -6911540 or 13404566. OLE color: 13404566.

HSL color Cylindrical-coordinate representation of color #9689CC: hue angle of 251.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9689CC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150137204-
CMYK0.260.3300.2
HSL251.64º39.64%66.86%-
HSV(B)251.64º32.84%80%-
XYZ32.4228.7360.96-
YUV148.52159.31129.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=30.55%
G=27.90%
B=41.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501372040.260.3300.2251.6439.6466.86
Hex9689CC1A21014fc2843
Octal226211314324102437450103
Binary10010110100010011100110011010100001010100111111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9689CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9689CC; }

 p { color: rgb(150,137,204); }

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

<style>
 a { background-color: #9689CC; }

 a { background-color: rgb(150,137,204); }

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

<style>
 span { border-color: #9689CC; }

 span { border-color: rgb(150,137,204); }

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