#9781CE

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

Shades of True V #9781CE

Tints of True V #9781CE

Color information

#9781CE (or 0x9781CE) is unknown color: approx True V. HEX triplet: 97, 81 and CE. RGB value is (151,129,206). Sum of RGB (Red+Green+Blue) = 151+129+206=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9781CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781CE is #687E31. Grayscale: #909090. Windows color (decimal): -6848050 or 13533591. OLE color: 13533591.

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

Color convert

RGB151129206-
CMYK0.270.3700.19
HSL257.14º44%65.69%-
HSV(B)257.14º37.38%80.78%-
XYZ31.7526.7461.88-
YUV144.36162.79132.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=31.07%
G=26.54%
B=42.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511292060.270.3700.19257.144465.69
Hex9781CE1B250131012c42
Octal227201316334502340154102
Binary100101111000000111001110110111001010100111000000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9781CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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