#9F6598

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

Shades of Violet Blue #9F6598

Tints of Violet Blue #9F6598

Color information

#9F6598 (or 0x9F6598) is unknown color: approx Violet Blue. HEX triplet: 9F, 65 and 98. RGB value is (159,101,152). Sum of RGB (Red+Green+Blue) = 159+101+152=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6598 is #609A67. Grayscale: #7C7C7C. Windows color (decimal): -6330984 or 9987487. OLE color: 9987487.

HSL color Cylindrical-coordinate representation of color #9F6598: hue angle of 307.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6598 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159101152-
CMYK00.360.040.38
HSL307.24º23.2%50.98%-
HSV(B)307.24º36.48%62.35%-
XYZ24.6218.9532.06-
YUV124.16143.72152.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=38.59%
G=24.51%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910115200.360.040.38307.2423.250.98
Hex9F65980244261331733
Octal2371452300444464632763
Binary10011111110010110011000010010010010011010011001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6598; }

 p { color: rgb(159,101,152); }

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

<style>
 a { background-color: #9F6598; }

 a { background-color: rgb(159,101,152); }

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

<style>
 span { border-color: #9F6598; }

 span { border-color: rgb(159,101,152); }

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