#9C7FCF

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

Shades of Cold Purple #9C7FCF

Tints of Cold Purple #9C7FCF

Color information

#9C7FCF (or 0x9C7FCF) is unknown color: approx Cold Purple. HEX triplet: 9C, 7F and CF. RGB value is (156,127,207). Sum of RGB (Red+Green+Blue) = 156+127+207=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FCF is #638030. Grayscale: #909090. Windows color (decimal): -6520881 or 13598620. OLE color: 13598620.

HSL color Cylindrical-coordinate representation of color #9C7FCF: hue angle of 261.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C7FCF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156127207-
CMYK0.250.3900.19
HSL261.75º45.45%65.49%-
HSV(B)261.75º38.65%81.18%-
XYZ32.5626.7562.48-
YUV144.79163.11136-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=31.84%
G=25.92%
B=42.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561272070.250.3900.19261.7545.4565.49
Hex9C7FCF19270131062d41
Octal234177317314702340655101
Binary10011100111111111001111110011001110100111000001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7FCF; }

 p { color: rgb(156,127,207); }

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

<style>
 a { background-color: #9C7FCF; }

 a { background-color: rgb(156,127,207); }

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

<style>
 span { border-color: #9C7FCF; }

 span { border-color: rgb(156,127,207); }

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