Html Css Color HEX #966890 Violet Blue

📋 copy color: '#966890'

red 150 ◦ green 104 ◦ blue 144

#966890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #966890

Tints of Violet Blue #966890

RGB

 RED value IS 150 (58.98% from 255) = 37.69%

 GREEN value IS 104 (41.02% from 255) = 26.13%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 37.69%
G = 26.13%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#966890 (or 0x966890) is known color: Violet Blue. HEX triplet: 96, 68 and 90. RGB value is (150,104,144). Sum of RGB (Red+Green+Blue) = 150+104+144=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966890 is #69976F. Grayscale: #7A7A7A. Windows color (decimal): -6920048 or 9463958. OLE color: 9463958.

HSL color Cylindrical-coordinate representation of color #966890: hue angle of 307.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966890 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 144 -
CMYK 0 0.31 0.04 0.41
HSL 307.83º 0.18% 0.5% -
HSV(B) 307.83º 0.31% 0.59% -
XYZ 22.56 18.4 28.75 -
YUV 122.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 150 104 144 0 0.31 0.04 0.41 307.83 0.18 0.5
Hex 96 68 90 0 1F 4 29 134 12 32
Octal 226 150 220 0 37 4 51 464 22 62
Binary 10010110 1101000 10010000 0 11111 100 101001 100110100 10010 110010

Color Harmonies of #966890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966890

Black with #966890

Text Example


Text Example

White with #966890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966890; }

 p { color: rgb(150,104,144); }

 H1.HeaderClassName
 {
   color: #966890;
 }
 .AnyTagClassName
 {
   color: #966890;
 }
</style>

background-color css

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

 a { background-color: rgb(150,104,144); }

 div.DivClassName
 {
   background-color: #966890;
 }
 .BgClassName
 {
   background-color: #966890;
 }
</style>

border-color css

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

 span { border-color: rgb(150,104,144); }

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