#9455A4

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

Shades of Violet Blue #9455A4

Tints of Violet Blue #9455A4

Color information

#9455A4 (or 0x9455A4) is unknown color: approx Violet Blue. HEX triplet: 94, 55 and A4. RGB value is (148,85,164). Sum of RGB (Red+Green+Blue) = 148+85+164=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #9455A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9455A4 is #6BAA5B. Grayscale: #707070. Windows color (decimal): -7055964 or 10769812. OLE color: 10769812.

HSL color Cylindrical-coordinate representation of color #9455A4: hue angle of 287.85º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9455A4 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14885164-
CMYK0.100.4800.36
HSL287.85º31.73%48.82%-
HSV(B)287.85º48.17%64.31%-
XYZ22.1615.4736.94-
YUV112.84156.87153.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=37.28%
G=21.41%
B=41.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148851640.100.4800.36287.8531.7348.82
Hex9455A4A300241202031
Octal22412524412600444404061
Binary1001010010101011010010010101100000100100100100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9455A4; }

 p { color: rgb(148,85,164); }

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

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

 a { background-color: rgb(148,85,164); }

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

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

 span { border-color: rgb(148,85,164); }

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