#914A98

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

Shades of Violet Blue #914A98

Tints of Violet Blue #914A98

Color information

#914A98 (or 0x914A98) is unknown color: approx Violet Blue. HEX triplet: 91, 4A and 98. RGB value is (145,74,152). Sum of RGB (Red+Green+Blue) = 145+74+152=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #914A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914A98 is #6EB567. Grayscale: #676767. Windows color (decimal): -7255400 or 9980561. OLE color: 9980561.

HSL color Cylindrical-coordinate representation of color #914A98: hue angle of 294.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914A98 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14574152-
CMYK0.050.5100.40
HSL294.62º34.51%44.31%-
HSV(B)294.62º51.32%59.61%-
XYZ19.7913.1831.21-
YUV104.12155.02157.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=39.08%
G=19.95%
B=40.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145741520.050.5100.40294.6234.5144.31
Hex914A98533028127232c
Octal2211122305630504474354
Binary100100011001010100110001011100110101000100100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914A98; }

 p { color: rgb(145,74,152); }

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

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

 a { background-color: rgb(145,74,152); }

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

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

 span { border-color: rgb(145,74,152); }

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