#9781CF

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

Shades of True V #9781CF

Tints of True V #9781CF

Color information

#9781CF (or 0x9781CF) is unknown color: approx True V. HEX triplet: 97, 81 and CF. RGB value is (151,129,207). Sum of RGB (Red+Green+Blue) = 151+129+207=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #9781CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781CF is #687E30. Grayscale: #909090. Windows color (decimal): -6848049 or 13599127. OLE color: 13599127.

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

Color convert

RGB151129207-
CMYK0.270.3800.19
HSL256.92º44.83%65.88%-
HSV(B)256.92º37.68%81.18%-
XYZ31.8826.7862.52-
YUV144.47163.29132.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=31.01%
G=26.49%
B=42.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511292070.270.3800.19256.9244.8365.88
Hex9781CF1B260131012d42
Octal227201317334602340155102
Binary100101111000000111001111110111001100100111000000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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