#967FCA

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

Shades of True V #967FCA

Tints of True V #967FCA

Color information

#967FCA (or 0x967FCA) is unknown color: approx True V. HEX triplet: 96, 7F and CA. RGB value is (150,127,202). Sum of RGB (Red+Green+Blue) = 150+127+202=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #967FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCA is #698035. Grayscale: #8E8E8E. Windows color (decimal): -6914102 or 13270934. OLE color: 13270934.

HSL color Cylindrical-coordinate representation of color #967FCA: hue angle of 258.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967FCA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150127202-
CMYK0.260.3700.21
HSL258.4º41.44%64.51%-
HSV(B)258.4º37.13%79.22%-
XYZ30.8325.9359.26-
YUV142.43161.62133.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=31.32%
G=26.51%
B=42.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501272020.260.3700.21258.441.4464.51
Hex967FCA1A250151022941
Octal226177312324502540251101
Binary10010110111111111001010110101001010101011000000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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