#906198

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

Shades of Violet Blue #906198

Tints of Violet Blue #906198

Color information

#906198 (or 0x906198) is unknown color: approx Violet Blue. HEX triplet: 90, 61 and 98. RGB value is (144,97,152). Sum of RGB (Red+Green+Blue) = 144+97+152=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #906198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906198 is #6F9E67. Grayscale: #757575. Windows color (decimal): -7315048 or 9986448. OLE color: 9986448.

HSL color Cylindrical-coordinate representation of color #906198: hue angle of 291.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906198 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14497152-
CMYK0.050.3600.40
HSL291.27º22.09%48.82%-
HSV(B)291.27º36.18%59.61%-
XYZ21.4416.7531.81-
YUV117.32147.57147.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=36.64%
G=24.68%
B=38.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144971520.050.3600.40291.2722.0948.82
Hex9061985240281231631
Octal2201412305440504432661
Binary10010000110000110011000101100100010100010010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906198; }

 p { color: rgb(144,97,152); }

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

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

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

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

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

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

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