Html Css Color HEX #906396 Violet Blue

📋 copy color: '#906396'

red 144 ◦ green 99 ◦ blue 150

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

Shades of Violet Blue #906396

Tints of Violet Blue #906396

RGB

 RED value IS 144 (56.64% from 255) = 36.64%

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 36.64%
G = 25.19%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#906396 (or 0x906396) is known color: Violet Blue. HEX triplet: 90, 63 and 96. RGB value is (144,99,150). Sum of RGB (Red+Green+Blue) = 144+99+150=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #906396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906396 is #6F9C69. Grayscale: #767676. Windows color (decimal): -7314538 or 9855888. OLE color: 9855888.

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

Color convert

RGB 144 99 150 -
CMYK 0.04 0.34 0 0.41
HSL 292.94º 0.2% 0.49% -
HSV(B) 292.94º 0.34% 0.59% -
XYZ 21.47 17.05 31.01 -
YUV 118.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 144 99 150 0.04 0.34 0 0.41 292.94 0.2 0.49
Hex 90 63 96 4 22 0 29 125 14 31
Octal 220 143 226 4 42 0 51 445 24 61
Binary 10010000 1100011 10010110 100 100010 0 101001 100100101 10100 110001

Color Harmonies of #906396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906396

Black with #906396

Text Example


Text Example

White with #906396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906396; }

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

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

background-color css

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

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

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

border-color css

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

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

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