Html Css Color HEX #966291 Violet Blue

📋 copy color: '#966291'

red 150 ◦ green 98 ◦ blue 145

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

Shades of Violet Blue #966291

Tints of Violet Blue #966291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 38.17%
G = 24.94%
B = 36.9%

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

#966291 (or 0x966291) is known color: Violet Blue. HEX triplet: 96, 62 and 91. RGB value is (150,98,145). Sum of RGB (Red+Green+Blue) = 150+98+145=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #966291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966291 is #699D6E. Grayscale: #767676. Windows color (decimal): -6921583 or 9527958. OLE color: 9527958.

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

Color convert

RGB 150 98 145 -
CMYK 0 0.35 0.03 0.41
HSL 305.77º 0.21% 0.49% -
HSV(B) 305.77º 0.35% 0.59% -
XYZ 22.06 17.26 28.96 -
YUV 118.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 150 98 145 0 0.35 0.03 0.41 305.77 0.21 0.49
Hex 96 62 91 0 23 3 29 132 15 31
Octal 226 142 221 0 43 3 51 462 25 61
Binary 10010110 1100010 10010001 0 100011 11 101001 100110010 10101 110001

Color Harmonies of #966291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966291

Black with #966291

Text Example


Text Example

White with #966291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966291; }

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

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

background-color css

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

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

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

border-color css

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

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

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