#9F8CCA

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

Shades of Cold Purple #9F8CCA

Tints of Cold Purple #9F8CCA

Color information

#9F8CCA (or 0x9F8CCA) is unknown color: approx Cold Purple. HEX triplet: 9F, 8C and CA. RGB value is (159,140,202). Sum of RGB (Red+Green+Blue) = 159+140+202=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CCA is #607335. Grayscale: #989898. Windows color (decimal): -6320950 or 13274271. OLE color: 13274271.

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

Color convert

RGB159140202-
CMYK0.210.3100.21
HSL258.39º36.9%67.06%-
HSV(B)258.39º30.69%79.22%-
XYZ34.3430.3959.93-
YUV152.75155.79132.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=31.74%
G=27.94%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591402020.210.3100.21258.3936.967.06
Hex9F8CCA151F0151022543
Octal237214312253702540245103
Binary10011111100011001100101010101111110101011000000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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