Html Css Color HEX #966191 Violet Blue

📋 copy color: '#966191'

red 150 ◦ green 97 ◦ blue 145

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

Shades of Violet Blue #966191

Tints of Violet Blue #966191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 38.27%
G = 24.74%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#966191 (or 0x966191) is known color: Violet Blue. HEX triplet: 96, 61 and 91. RGB value is (150,97,145). Sum of RGB (Red+Green+Blue) = 150+97+145=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #966191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966191 is #699E6E. Grayscale: #767676. Windows color (decimal): -6921839 or 9527702. OLE color: 9527702.

HSL color Cylindrical-coordinate representation of color #966191: hue angle of 305.66º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966191 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 145 -
CMYK 0 0.35 0.03 0.41
HSL 305.66º 0.21% 0.48% -
HSV(B) 305.66º 0.35% 0.59% -
XYZ 21.96 17.08 28.93 -
YUV 118.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 150 97 145 0 0.35 0.03 0.41 305.66 0.21 0.48
Hex 96 61 91 0 23 3 29 132 15 30
Octal 226 141 221 0 43 3 51 462 25 60
Binary 10010110 1100001 10010001 0 100011 11 101001 100110010 10101 110000

Color Harmonies of #966191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966191

Black with #966191

Text Example


Text Example

White with #966191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966191; }

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

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

background-color css

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

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

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

border-color css

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

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

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