#9F8ACA

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

Shades of Cold Purple #9F8ACA

Tints of Cold Purple #9F8ACA

Color information

#9F8ACA (or 0x9F8ACA) is unknown color: approx Cold Purple. HEX triplet: 9F, 8A and CA. RGB value is (159,138,202). Sum of RGB (Red+Green+Blue) = 159+138+202=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ACA is #607535. Grayscale: #979797. Windows color (decimal): -6321462 or 13273759. OLE color: 13273759.

HSL color Cylindrical-coordinate representation of color #9F8ACA: hue angle of 259.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8ACA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159138202-
CMYK0.210.3200.21
HSL259.69º37.65%66.67%-
HSV(B)259.69º31.68%79.22%-
XYZ34.0529.8159.84-
YUV151.57156.46133.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=31.86%
G=27.66%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591382020.210.3200.21259.6937.6566.67
Hex9F8ACA15200151042643
Octal237212312254002540446103
Binary100111111000101011001010101011000000101011000001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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