#9F8CCD

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

Shades of Cold Purple #9F8CCD

Tints of Cold Purple #9F8CCD

Color information

#9F8CCD (or 0x9F8CCD) is unknown color: approx Cold Purple. HEX triplet: 9F, 8C and CD. RGB value is (159,140,205). Sum of RGB (Red+Green+Blue) = 159+140+205=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CCD is #607332. Grayscale: #989898. Windows color (decimal): -6320947 or 13470879. OLE color: 13470879.

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

Color convert

RGB159140205-
CMYK0.220.3200.20
HSL257.54º39.39%67.65%-
HSV(B)257.54º31.71%80.39%-
XYZ34.730.5361.82-
YUV153.09157.29132.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=31.55%
G=27.78%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591402050.220.3200.20257.5439.3967.65
Hex9F8CCD16200141022744
Octal237214315264002440247104
Binary100111111000110011001101101101000000101001000000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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