#914B9D

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

Shades of Violet Blue #914B9D

Tints of Violet Blue #914B9D

Color information

#914B9D (or 0x914B9D) is unknown color: approx Violet Blue. HEX triplet: 91, 4B and 9D. RGB value is (145,75,157). Sum of RGB (Red+Green+Blue) = 145+75+157=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #914B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914B9D is #6EB462. Grayscale: #696969. Windows color (decimal): -7255139 or 10308497. OLE color: 10308497.

HSL color Cylindrical-coordinate representation of color #914B9D: hue angle of 291.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914B9D is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14575157-
CMYK0.080.5200.38
HSL291.22º35.34%45.49%-
HSV(B)291.22º52.23%61.57%-
XYZ20.2813.4933.43-
YUV105.28157.19156.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=38.46%
G=19.89%
B=41.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145751570.080.5200.38291.2235.3445.49
Hex914B9D834026123232d
Octal22111323510640464434355
Binary1001000110010111001110110001101000100110100100011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,75,157); }

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

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

 a { background-color: rgb(145,75,157); }

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

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

 span { border-color: rgb(145,75,157); }

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