#967ECC

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

Shades of True V #967ECC

Tints of True V #967ECC

Color information

#967ECC (or 0x967ECC) is unknown color: approx True V. HEX triplet: 96, 7E and CC. RGB value is (150,126,204). Sum of RGB (Red+Green+Blue) = 150+126+204=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #967ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ECC is #698133. Grayscale: #8D8D8D. Windows color (decimal): -6914356 or 13401750. OLE color: 13401750.

HSL color Cylindrical-coordinate representation of color #967ECC: hue angle of 258.46º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #967ECC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150126204-
CMYK0.260.3800.2
HSL258.46º43.33%64.71%-
HSV(B)258.46º38.24%80%-
XYZ30.9425.7760.47-
YUV142.07162.95133.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=31.25%
G=26.25%
B=42.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501262040.260.3800.2258.4643.3364.71
Hex967ECC1A260141022b41
Octal226176314324602440253101
Binary10010110111111011001100110101001100101001000000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,204); }

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

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

 a { background-color: rgb(150,126,204); }

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

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

 span { border-color: rgb(150,126,204); }

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