#967ACB

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

Shades of True V #967ACB

Tints of True V #967ACB

Color information

#967ACB (or 0x967ACB) is unknown color: approx True V. HEX triplet: 96, 7A and CB. RGB value is (150,122,203). Sum of RGB (Red+Green+Blue) = 150+122+203=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #967ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ACB is #698534. Grayscale: #8B8B8B. Windows color (decimal): -6915381 or 13335190. OLE color: 13335190.

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

Color convert

RGB150122203-
CMYK0.260.4000.20
HSL260.74º43.78%63.73%-
HSV(B)260.74º39.9%79.61%-
XYZ30.3224.7159.67-
YUV139.61163.78135.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=31.58%
G=25.68%
B=42.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501222030.260.4000.20260.7443.7863.73
Hex967ACB1A280141052c40
Octal226172313325002440554100
Binary10010110111101011001011110101010000101001000001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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