#967BD0

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

Shades of True V #967BD0

Tints of True V #967BD0

Color information

#967BD0 (or 0x967BD0) is unknown color: approx True V. HEX triplet: 96, 7B and D0. RGB value is (150,123,208). Sum of RGB (Red+Green+Blue) = 150+123+208=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #967BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BD0 is #69842F. Grayscale: #8C8C8C. Windows color (decimal): -6915120 or 13663126. OLE color: 13663126.

HSL color Cylindrical-coordinate representation of color #967BD0: hue angle of 259.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967BD0 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150123208-
CMYK0.280.4100.18
HSL259.06º47.49%64.9%-
HSV(B)259.06º40.87%81.57%-
XYZ31.0525.262.9-
YUV140.76165.95134.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=31.19%
G=25.57%
B=43.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501232080.280.4100.18259.0647.4964.9
Hex967BD01C290121032f41
Octal226173320345102240357101
Binary10010110111101111010000111001010010100101000000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,208); }

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

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

 a { background-color: rgb(150,123,208); }

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

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

 span { border-color: rgb(150,123,208); }

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