#9F8AC4

Color #9F8AC4 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F8AC4

Tints of Cold Purple #9F8AC4

Color information

#9F8AC4 (or 0x9F8AC4) is unknown color: approx Cold Purple. HEX triplet: 9F, 8A and C4. RGB value is (159,138,196). Sum of RGB (Red+Green+Blue) = 159+138+196=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F8AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8AC4 is #60753B. Grayscale: #969696. Windows color (decimal): -6321468 or 12880543. OLE color: 12880543.

HSL color Cylindrical-coordinate representation of color #9F8AC4: hue angle of 261.72º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8AC4 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB159138196-
CMYK0.190.3000.23
HSL261.72º32.95%65.49%-
HSV(B)261.72º29.59%76.86%-
XYZ33.3529.5356.17-
YUV150.89153.46133.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=32.25%
G=27.99%
B=39.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591381960.190.3000.23261.7232.9565.49
Hex9F8AC4131E0171062141
Octal237212304233602740641101
Binary10011111100010101100010010011111100101111000001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,196); }

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

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

 a { background-color: rgb(159,138,196); }

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

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

 span { border-color: rgb(159,138,196); }

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