#9777CF

Color #9777CF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9777CF

Tints of True V #9777CF

Color information

#9777CF (or 0x9777CF) is unknown color: approx True V. HEX triplet: 97, 77 and CF. RGB value is (151,119,207). Sum of RGB (Red+Green+Blue) = 151+119+207=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #9777CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777CF is #688830. Grayscale: #8A8A8A. Windows color (decimal): -6850609 or 13596567. OLE color: 13596567.

HSL color Cylindrical-coordinate representation of color #9777CF: hue angle of 261.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9777CF is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151119207-
CMYK0.270.4300.19
HSL261.82º47.83%63.92%-
HSV(B)261.82º42.51%81.18%-
XYZ30.6224.2862.1-
YUV138.6166.6136.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=31.66%
G=24.95%
B=43.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511192070.270.4300.19261.8247.8363.92
Hex9777CF1B2B0131063040
Octal227167317335302340660100
Binary10010111111011111001111110111010110100111000001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9777CF; }

 p { color: rgb(151,119,207); }

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

<style>
 a { background-color: #9777CF; }

 a { background-color: rgb(151,119,207); }

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

<style>
 span { border-color: #9777CF; }

 span { border-color: rgb(151,119,207); }

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