Html Css Color HEX #966891 Violet Blue

📋 copy color: '#966891'

red 150 ◦ green 104 ◦ blue 145

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

Shades of Violet Blue #966891

Tints of Violet Blue #966891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 37.59%
G = 26.07%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#966891 (or 0x966891) is known color: Violet Blue. HEX triplet: 96, 68 and 91. RGB value is (150,104,145). Sum of RGB (Red+Green+Blue) = 150+104+145=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #966891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966891 is #69976E. Grayscale: #7A7A7A. Windows color (decimal): -6920047 or 9529494. OLE color: 9529494.

HSL color Cylindrical-coordinate representation of color #966891: hue angle of 306.52º 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 #966891 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 145 -
CMYK 0 0.31 0.03 0.41
HSL 306.52º 0.18% 0.5% -
HSV(B) 306.52º 0.31% 0.59% -
XYZ 22.64 18.43 29.15 -
YUV 122.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 150 104 145 0 0.31 0.03 0.41 306.52 0.18 0.5
Hex 96 68 91 0 1F 3 29 133 12 32
Octal 226 150 221 0 37 3 51 463 22 62
Binary 10010110 1101000 10010001 0 11111 11 101001 100110011 10010 110010

Color Harmonies of #966891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966891

Black with #966891

Text Example


Text Example

White with #966891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966891; }

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

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

background-color css

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

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

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

border-color css

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

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

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