#9676CF

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

Shades of True V #9676CF

Tints of True V #9676CF

Color information

#9676CF (or 0x9676CF) is unknown color: approx True V. HEX triplet: 96, 76 and CF. RGB value is (150,118,207). Sum of RGB (Red+Green+Blue) = 150+118+207=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #9676CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676CF is #698930. Grayscale: #898989. Windows color (decimal): -6916401 or 13596310. OLE color: 13596310.

HSL color Cylindrical-coordinate representation of color #9676CF: hue angle of 261.57º 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 #9676CF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150118207-
CMYK0.280.4300.19
HSL261.57º48.11%63.73%-
HSV(B)261.57º43%81.18%-
XYZ30.3223.9562.06-
YUV137.71167.1136.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=31.58%
G=24.84%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501182070.280.4300.19261.5748.1163.73
Hex9676CF1C2B0131063040
Octal226166317345302340660100
Binary10010110111011011001111111001010110100111000001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,118,207); }

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

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

 a { background-color: rgb(150,118,207); }

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

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

 span { border-color: rgb(150,118,207); }

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