#9681CA

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

Shades of Cold Purple #9681CA

Tints of Cold Purple #9681CA

Color information

#9681CA (or 0x9681CA) is unknown color: approx Cold Purple. HEX triplet: 96, 81 and CA. RGB value is (150,129,202). Sum of RGB (Red+Green+Blue) = 150+129+202=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9681CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681CA is #697E35. Grayscale: #8F8F8F. Windows color (decimal): -6913590 or 13271446. OLE color: 13271446.

HSL color Cylindrical-coordinate representation of color #9681CA: hue angle of 257.26º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9681CA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150129202-
CMYK0.260.3600.21
HSL257.26º40.78%64.9%-
HSV(B)257.26º36.14%79.22%-
XYZ31.0926.4559.34-
YUV143.6160.96132.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=31.19%
G=26.82%
B=42.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501292020.260.3600.21257.2640.7864.9
Hex9681CA1A240151012941
Octal226201312324402540151101
Binary100101101000000111001010110101001000101011000000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9681CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9681CA; }

 p { color: rgb(150,129,202); }

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

<style>
 a { background-color: #9681CA; }

 a { background-color: rgb(150,129,202); }

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

<style>
 span { border-color: #9681CA; }

 span { border-color: rgb(150,129,202); }

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