#977DCA

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

Shades of True V #977DCA

Tints of True V #977DCA

Color information

#977DCA (or 0x977DCA) is unknown color: approx True V. HEX triplet: 97, 7D and CA. RGB value is (151,125,202). Sum of RGB (Red+Green+Blue) = 151+125+202=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #977DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCA is #688235. Grayscale: #8D8D8D. Windows color (decimal): -6849078 or 13270423. OLE color: 13270423.

HSL color Cylindrical-coordinate representation of color #977DCA: hue angle of 260.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977DCA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151125202-
CMYK0.250.3800.21
HSL260.26º42.08%64.12%-
HSV(B)260.26º38.12%79.22%-
XYZ30.7625.5159.18-
YUV141.55162.11134.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=31.59%
G=26.15%
B=42.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511252020.250.3800.21260.2642.0864.12
Hex977DCA19260151042a40
Octal227175312314602540452100
Binary10010111111110111001010110011001100101011000001001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977DCA; }

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

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

<style>
 a { background-color: #977DCA; }

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

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

<style>
 span { border-color: #977DCA; }

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

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