#967DC3

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

Shades of True V #967DC3

Tints of True V #967DC3

Color information

#967DC3 (or 0x967DC3) is unknown color: approx True V. HEX triplet: 96, 7D and C3. RGB value is (150,125,195). Sum of RGB (Red+Green+Blue) = 150+125+195=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #967DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DC3 is #69823C. Grayscale: #8C8C8C. Windows color (decimal): -6914621 or 12811670. OLE color: 12811670.

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

Color convert

RGB150125195-
CMYK0.230.3600.24
HSL261.43º36.84%62.75%-
HSV(B)261.43º35.9%76.47%-
XYZ29.7625.0954.9-
YUV140.45158.78134.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=31.91%
G=26.60%
B=41.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501251950.230.3600.24261.4336.8462.75
Hex967DC31724018105253f
Octal22617530327440304054577
Binary1001011011111011100001110111100100011000100000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,125,195); }

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

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

 a { background-color: rgb(150,125,195); }

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

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

 span { border-color: rgb(150,125,195); }

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