Html Css Color HEX #966290 Violet Blue

📋 copy color: '#966290'

red 150 ◦ green 98 ◦ blue 144

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

Shades of Violet Blue #966290

Tints of Violet Blue #966290

RGB

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

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

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

R = 38.27%
G = 25%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#966290 (or 0x966290) is known color: Violet Blue. HEX triplet: 96, 62 and 90. RGB value is (150,98,144). Sum of RGB (Red+Green+Blue) = 150+98+144=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #966290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966290 is #699D6F. Grayscale: #767676. Windows color (decimal): -6921584 or 9462422. OLE color: 9462422.

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

Color convert

RGB 150 98 144 -
CMYK 0 0.35 0.04 0.41
HSL 306.92º 0.21% 0.49% -
HSV(B) 306.92º 0.35% 0.59% -
XYZ 21.98 17.23 28.55 -
YUV 118.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 150 98 144 0 0.35 0.04 0.41 306.92 0.21 0.49
Hex 96 62 90 0 23 4 29 133 15 31
Octal 226 142 220 0 43 4 51 463 25 61
Binary 10010110 1100010 10010000 0 100011 100 101001 100110011 10101 110001

Color Harmonies of #966290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966290

Black with #966290

Text Example


Text Example

White with #966290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966290; }

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

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

background-color css

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

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

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

border-color css

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

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

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