#9F639E

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

Shades of Violet Blue #9F639E

Tints of Violet Blue #9F639E

Color information

#9F639E (or 0x9F639E) is unknown color: approx Violet Blue. HEX triplet: 9F, 63 and 9E. RGB value is (159,99,158). Sum of RGB (Red+Green+Blue) = 159+99+158=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F639E is #609C61. Grayscale: #7B7B7B. Windows color (decimal): -6331490 or 10380191. OLE color: 10380191.

HSL color Cylindrical-coordinate representation of color #9F639E: hue angle of 301º 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 #9F639E is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15999158-
CMYK00.380.010.38
HSL301º23.81%50.59%-
HSV(B)301º37.74%62.35%-
XYZ24.9318.7634.66-
YUV123.67147.38153.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=38.22%
G=23.80%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599915800.380.010.3830123.8150.59
Hex9F639E02612612d1833
Octal2371432360461464553063
Binary100111111100011100111100100110110011010010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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