#967FD0

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

Shades of True V #967FD0

Tints of True V #967FD0

Color information

#967FD0 (or 0x967FD0) is unknown color: approx True V. HEX triplet: 96, 7F and D0. RGB value is (150,127,208). Sum of RGB (Red+Green+Blue) = 150+127+208=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #967FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FD0 is #69802F. Grayscale: #8E8E8E. Windows color (decimal): -6914096 or 13664150. OLE color: 13664150.

HSL color Cylindrical-coordinate representation of color #967FD0: hue angle of 257.04º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967FD0 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150127208-
CMYK0.280.3900.18
HSL257.04º46.29%65.69%-
HSV(B)257.04º38.94%81.57%-
XYZ31.5526.2263.07-
YUV143.11164.62132.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=30.93%
G=26.19%
B=42.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501272080.280.3900.18257.0446.2965.69
Hex967FD01C270121012e42
Octal226177320344702240156102
Binary10010110111111111010000111001001110100101000000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967FD0; }

 p { color: rgb(150,127,208); }

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

<style>
 a { background-color: #967FD0; }

 a { background-color: rgb(150,127,208); }

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

<style>
 span { border-color: #967FD0; }

 span { border-color: rgb(150,127,208); }

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