#9F83CD

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

Shades of Cold Purple #9F83CD

Tints of Cold Purple #9F83CD

Color information

#9F83CD (or 0x9F83CD) is unknown color: approx Cold Purple. HEX triplet: 9F, 83 and CD. RGB value is (159,131,205). Sum of RGB (Red+Green+Blue) = 159+131+205=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83CD is #607C32. Grayscale: #939393. Windows color (decimal): -6323251 or 13468575. OLE color: 13468575.

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

Color convert

RGB159131205-
CMYK0.220.3600.20
HSL262.7º42.53%65.88%-
HSV(B)262.7º36.1%80.39%-
XYZ33.4328.0161.4-
YUV147.81160.28135.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=32.12%
G=26.46%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591312050.220.3600.20262.742.5365.88
Hex9F83CD16240141072b42
Octal237203315264402440753102
Binary100111111000001111001101101101001000101001000001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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