#9F6398

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

Shades of Violet Blue #9F6398

Tints of Violet Blue #9F6398

Color information

#9F6398 (or 0x9F6398) is unknown color: approx Violet Blue. HEX triplet: 9F, 63 and 98. RGB value is (159,99,152). Sum of RGB (Red+Green+Blue) = 159+99+152=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6398 is #609C67. Grayscale: #7A7A7A. Windows color (decimal): -6331496 or 9986975. OLE color: 9986975.

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

Color convert

RGB15999152-
CMYK00.380.040.38
HSL307º23.81%50.59%-
HSV(B)307º37.74%62.35%-
XYZ24.4318.5632-
YUV122.98144.38153.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=38.78%
G=24.15%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599915200.380.040.3830723.8150.59
Hex9F63980264261331833
Octal2371432300464464633063
Binary10011111110001110011000010011010010011010011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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