#967FC9

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

Shades of True V #967FC9

Tints of True V #967FC9

Color information

#967FC9 (or 0x967FC9) is unknown color: approx True V. HEX triplet: 96, 7F and C9. RGB value is (150,127,201). Sum of RGB (Red+Green+Blue) = 150+127+201=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #967FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC9 is #698036. Grayscale: #8E8E8E. Windows color (decimal): -6914103 or 13205398. OLE color: 13205398.

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

Color convert

RGB150127201-
CMYK0.250.3700.21
HSL258.65º40.66%64.31%-
HSV(B)258.65º36.82%78.82%-
XYZ30.7125.8858.64-
YUV142.31161.12133.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=31.38%
G=26.57%
B=42.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501272010.250.3700.21258.6540.6664.31
Hex967FC919250151032940
Octal226177311314502540351100
Binary10010110111111111001001110011001010101011000000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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