#945F98

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

Shades of Violet Blue #945F98

Tints of Violet Blue #945F98

Color information

#945F98 (or 0x945F98) is unknown color: approx Violet Blue. HEX triplet: 94, 5F and 98. RGB value is (148,95,152). Sum of RGB (Red+Green+Blue) = 148+95+152=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #945F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945F98 is #6BA067. Grayscale: #757575. Windows color (decimal): -7053416 or 9985940. OLE color: 9985940.

HSL color Cylindrical-coordinate representation of color #945F98: hue angle of 295.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945F98 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14895152-
CMYK0.030.3800.40
HSL295.79º23.08%48.43%-
HSV(B)295.79º37.5%59.61%-
XYZ21.9716.7531.78-
YUV117.34147.56149.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=37.47%
G=24.05%
B=38.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148951520.030.3800.40295.7923.0848.43
Hex945F983260281281730
Octal2241372303460504502760
Binary1001010010111111001100011100110010100010010100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945F98; }

 p { color: rgb(148,95,152); }

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

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

 a { background-color: rgb(148,95,152); }

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

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

 span { border-color: rgb(148,95,152); }

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