Html Css Color HEX #906090 Violet Blue

📋 copy color: '#906090'

red 144 ◦ green 96 ◦ blue 144

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

Shades of Violet Blue #906090

Tints of Violet Blue #906090

RGB

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

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

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

R = 37.5%
G = 25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#906090 (or 0x906090) is known color: Violet Blue. HEX triplet: 90, 60 and 90. RGB value is (144,96,144). Sum of RGB (Red+Green+Blue) = 144+96+144=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #906090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906090 is #6F9F6F. Grayscale: #737373. Windows color (decimal): -7315312 or 9461904. OLE color: 9461904.

HSL color Cylindrical-coordinate representation of color #906090: hue angle of 300º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906090 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 144 -
CMYK 0 0.33 0 0.44
HSL 300º 0.2% 0.47% -
HSV(B) 300º 0.33% 0.56% -
XYZ 20.72 16.31 28.44 -
YUV 115.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 144 96 144 0 0.33 0 0.44 300 0.2 0.47
Hex 90 60 90 0 21 0 2C 12C 14 2F
Octal 220 140 220 0 41 0 54 454 24 57
Binary 10010000 1100000 10010000 0 100001 0 101100 100101100 10100 101111

Color Harmonies of #906090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906090

Black with #906090

Text Example


Text Example

White with #906090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906090; }

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

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

background-color css

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

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

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

border-color css

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

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

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