#906295

Color #906295 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #906295

Tints of Violet Blue #906295

Color information

#906295 (or 0x906295) is unknown color: approx Violet Blue. HEX triplet: 90, 62 and 95. RGB value is (144,98,149). Sum of RGB (Red+Green+Blue) = 144+98+149=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #906295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906295 is #6F9D6A. Grayscale: #757575. Windows color (decimal): -7314795 or 9790096. OLE color: 9790096.

HSL color Cylindrical-coordinate representation of color #906295: hue angle of 294.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #906295 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14498149-
CMYK0.030.3400.42
HSL294.12º20.65%48.43%-
HSV(B)294.12º34.23%58.43%-
XYZ21.2916.8330.56-
YUV117.57145.74146.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=36.83%
G=25.06%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144981490.030.3400.42294.1220.6548.43
Hex90629532202A1261530
Octal2201422253420524462560
Binary1001000011000101001010111100010010101010010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906295; }

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

 H1.HeaderClassName
 {
   color: #906295;
 }
 .AnyTagClassName
 {
   color: #906295;
 }
</style>
background-color css

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

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

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

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

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

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