#9F8ACC

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

Shades of Cold Purple #9F8ACC

Tints of Cold Purple #9F8ACC

Color information

#9F8ACC (or 0x9F8ACC) is unknown color: approx Cold Purple. HEX triplet: 9F, 8A and CC. RGB value is (159,138,204). Sum of RGB (Red+Green+Blue) = 159+138+204=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ACC is #607533. Grayscale: #979797. Windows color (decimal): -6321460 or 13404831. OLE color: 13404831.

HSL color Cylindrical-coordinate representation of color #9F8ACC: hue angle of 259.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F8ACC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159138204-
CMYK0.220.3200.2
HSL259.09º39.29%67.06%-
HSV(B)259.09º32.35%80%-
XYZ34.2929.9161.09-
YUV151.8157.46133.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=31.74%
G=27.54%
B=40.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591382040.220.3200.2259.0939.2967.06
Hex9F8ACC16200141032743
Octal237212314264002440347103
Binary100111111000101011001100101101000000101001000000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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