#9D8CCF

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

Shades of Cold Purple #9D8CCF

Tints of Cold Purple #9D8CCF

Color information

#9D8CCF (or 0x9D8CCF) is unknown color: approx Cold Purple. HEX triplet: 9D, 8C and CF. RGB value is (157,140,207). Sum of RGB (Red+Green+Blue) = 157+140+207=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CCF is #627330. Grayscale: #989898. Windows color (decimal): -6452017 or 13601949. OLE color: 13601949.

HSL color Cylindrical-coordinate representation of color #9D8CCF: hue angle of 255.22º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D8CCF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157140207-
CMYK0.240.3200.19
HSL255.22º41.1%68.04%-
HSV(B)255.22º32.37%81.18%-
XYZ34.5530.4363.08-
YUV152.72158.63131.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=31.15%
G=27.78%
B=41.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571402070.240.3200.19255.2241.168.04
Hex9D8CCF1820013ff2944
Octal235214317304002337751104
Binary10011101100011001100111111000100000010011111111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,207); }

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

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

 a { background-color: rgb(157,140,207); }

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

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

 span { border-color: rgb(157,140,207); }

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