#967FC2

Color #967FC2 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #967FC2

Tints of Cold Purple #967FC2

Color information

#967FC2 (or 0x967FC2) is unknown color: approx Cold Purple. HEX triplet: 96, 7F and C2. RGB value is (150,127,194). Sum of RGB (Red+Green+Blue) = 150+127+194=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #967FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC2 is #69803D. Grayscale: #8D8D8D. Windows color (decimal): -6914110 or 12746646. OLE color: 12746646.

HSL color Cylindrical-coordinate representation of color #967FC2: hue angle of 260.6º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967FC2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150127194-
CMYK0.230.3500.24
HSL260.6º35.45%62.94%-
HSV(B)260.6º34.54%76.08%-
XYZ29.925.5654.4-
YUV141.51157.62134.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=31.85%
G=26.96%
B=41.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501271940.230.3500.24260.635.4562.94
Hex967FC21723018105233f
Octal22617730227430304054377
Binary1001011011111111100001010111100011011000100000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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