Html Css Color HEX #966090 Violet Blue

📋 copy color: '#966090'

red 150 ◦ green 96 ◦ blue 144

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

Shades of Violet Blue #966090

Tints of Violet Blue #966090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 38.46%
G = 24.62%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#966090 (or 0x966090) is known color: Violet Blue. HEX triplet: 96, 60 and 90. RGB value is (150,96,144). Sum of RGB (Red+Green+Blue) = 150+96+144=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966090 is #699F6F. Grayscale: #757575. Windows color (decimal): -6922096 or 9461910. OLE color: 9461910.

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

Color convert

RGB 150 96 144 -
CMYK 0 0.36 0.04 0.41
HSL 306.67º 0.22% 0.48% -
HSV(B) 306.67º 0.36% 0.59% -
XYZ 21.79 16.86 28.49 -
YUV 117.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 150 96 144 0 0.36 0.04 0.41 306.67 0.22 0.48
Hex 96 60 90 0 24 4 29 133 16 30
Octal 226 140 220 0 44 4 51 463 26 60
Binary 10010110 1100000 10010000 0 100100 100 101001 100110011 10110 110000

Color Harmonies of #966090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966090

Black with #966090

Text Example


Text Example

White with #966090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966090; }

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

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

background-color css

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

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

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

border-color css

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

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

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