#9D83CF

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

Shades of Cold Purple #9D83CF

Tints of Cold Purple #9D83CF

Color information

#9D83CF (or 0x9D83CF) is unknown color: approx Cold Purple. HEX triplet: 9D, 83 and CF. RGB value is (157,131,207). Sum of RGB (Red+Green+Blue) = 157+131+207=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D83CF is #627C30. Grayscale: #939393. Windows color (decimal): -6454321 or 13599645. OLE color: 13599645.

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

Color convert

RGB157131207-
CMYK0.240.3700.19
HSL260.53º44.19%66.27%-
HSV(B)260.53º36.71%81.18%-
XYZ33.2827.9162.66-
YUV147.44161.61134.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=31.72%
G=26.46%
B=41.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571312070.240.3700.19260.5344.1966.27
Hex9D83CF18250131052c42
Octal235203317304502340554102
Binary100111011000001111001111110001001010100111000001011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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