#9781CA

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

Shades of Cold Purple #9781CA

Tints of Cold Purple #9781CA

Color information

#9781CA (or 0x9781CA) is unknown color: approx Cold Purple. HEX triplet: 97, 81 and CA. RGB value is (151,129,202). Sum of RGB (Red+Green+Blue) = 151+129+202=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #9781CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781CA is #687E35. Grayscale: #8F8F8F. Windows color (decimal): -6848054 or 13271447. OLE color: 13271447.

HSL color Cylindrical-coordinate representation of color #9781CA: hue angle of 258.08º 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 #9781CA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151129202-
CMYK0.250.3600.21
HSL258.08º40.78%64.9%-
HSV(B)258.08º36.14%79.22%-
XYZ31.2726.5459.35-
YUV143.9160.79133.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=31.33%
G=26.76%
B=41.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511292020.250.3600.21258.0840.7864.9
Hex9781CA19240151022941
Octal227201312314402540251101
Binary100101111000000111001010110011001000101011000000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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