#967DCA

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

Shades of True V #967DCA

Tints of True V #967DCA

Color information

#967DCA (or 0x967DCA) is unknown color: approx True V. HEX triplet: 96, 7D and CA. RGB value is (150,125,202). Sum of RGB (Red+Green+Blue) = 150+125+202=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #967DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DCA is #698235. Grayscale: #8C8C8C. Windows color (decimal): -6914614 or 13270422. OLE color: 13270422.

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

Color convert

RGB150125202-
CMYK0.260.3800.21
HSL259.48º42.08%64.12%-
HSV(B)259.48º38.12%79.22%-
XYZ30.5725.4259.17-
YUV141.25162.28134.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=31.45%
G=26.21%
B=42.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501252020.260.3800.21259.4842.0864.12
Hex967DCA1A260151032a40
Octal226175312324602540352100
Binary10010110111110111001010110101001100101011000000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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