#967BCE

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

Shades of True V #967BCE

Tints of True V #967BCE

Color information

#967BCE (or 0x967BCE) is unknown color: approx True V. HEX triplet: 96, 7B and CE. RGB value is (150,123,206). Sum of RGB (Red+Green+Blue) = 150+123+206=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #967BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCE is #698431. Grayscale: #8C8C8C. Windows color (decimal): -6915122 or 13532054. OLE color: 13532054.

HSL color Cylindrical-coordinate representation of color #967BCE: hue angle of 259.52º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967BCE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150123206-
CMYK0.270.4000.19
HSL259.52º45.86%64.51%-
HSV(B)259.52º40.29%80.78%-
XYZ30.825.1161.62-
YUV140.54164.95134.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=31.32%
G=25.68%
B=43.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501232060.270.4000.19259.5245.8664.51
Hex967BCE1B280131042e41
Octal226173316335002340456101
Binary10010110111101111001110110111010000100111000001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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