#967DCB

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

Shades of True V #967DCB

Tints of True V #967DCB

Color information

#967DCB (or 0x967DCB) is unknown color: approx True V. HEX triplet: 96, 7D and CB. RGB value is (150,125,203). Sum of RGB (Red+Green+Blue) = 150+125+203=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #967DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DCB is #698234. Grayscale: #8D8D8D. Windows color (decimal): -6914613 or 13335958. OLE color: 13335958.

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

Color convert

RGB150125203-
CMYK0.260.3800.20
HSL259.23º42.86%64.31%-
HSV(B)259.23º38.42%79.61%-
XYZ30.6925.4659.8-
YUV141.37162.78134.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=31.38%
G=26.15%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501252030.260.3800.20259.2342.8664.31
Hex967DCB1A260141032b40
Octal226175313324602440353100
Binary10010110111110111001011110101001100101001000000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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