#9781CB

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

Shades of Cold Purple #9781CB

Tints of Cold Purple #9781CB

Color information

#9781CB (or 0x9781CB) is unknown color: approx Cold Purple. HEX triplet: 97, 81 and CB. RGB value is (151,129,203). Sum of RGB (Red+Green+Blue) = 151+129+203=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9781CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781CB is #687E34. Grayscale: #8F8F8F. Windows color (decimal): -6848053 or 13336983. OLE color: 13336983.

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

Color convert

RGB151129203-
CMYK0.260.3600.20
HSL257.84º41.57%65.1%-
HSV(B)257.84º36.45%79.61%-
XYZ31.3926.5959.98-
YUV144.01161.29132.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=31.26%
G=26.71%
B=42.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511292030.260.3600.20257.8441.5765.1
Hex9781CB1A240141022a41
Octal227201313324402440252101
Binary100101111000000111001011110101001000101001000000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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