#94608B

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

Shades of Violet Blue #94608B

Tints of Violet Blue #94608B

Color information

#94608B (or 0x94608B) is unknown color: approx Violet Blue. HEX triplet: 94, 60 and 8B. RGB value is (148,96,139). Sum of RGB (Red+Green+Blue) = 148+96+139=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #94608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94608B is #6B9F74. Grayscale: #747474. Windows color (decimal): -7053173 or 9134228. OLE color: 9134228.

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

Color convert

RGB14896139-
CMYK00.350.060.42
HSL310.38º21.31%47.84%-
HSV(B)310.38º35.14%58.04%-
XYZ21.0616.5326.51-
YUV116.45140.73150.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=38.64%
G=25.07%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489613900.350.060.42310.3821.3147.84
Hex94608B02362A1361530
Octal2241402130436524662560
Binary10010100110000010001011010001111010101010011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94608B; }

 p { color: rgb(148,96,139); }

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

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

 a { background-color: rgb(148,96,139); }

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

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

 span { border-color: rgb(148,96,139); }

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