#9983CC

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

Shades of Cold Purple #9983CC

Tints of Cold Purple #9983CC

Color information

#9983CC (or 0x9983CC) is unknown color: approx Cold Purple. HEX triplet: 99, 83 and CC. RGB value is (153,131,204). Sum of RGB (Red+Green+Blue) = 153+131+204=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9983CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983CC is #667C33. Grayscale: #919191. Windows color (decimal): -6716468 or 13403033. OLE color: 13403033.

HSL color Cylindrical-coordinate representation of color #9983CC: hue angle of 258.08º degrees, saturation: 0.42, 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 #9983CC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153131204-
CMYK0.250.3600.2
HSL258.08º41.71%65.69%-
HSV(B)258.08º35.78%80%-
XYZ32.1527.3660.71-
YUV145.9160.79133.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=31.35%
G=26.84%
B=41.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531312040.250.3600.2258.0841.7165.69
Hex9983CC19240141022a42
Octal231203314314402440252102
Binary100110011000001111001100110011001000101001000000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9983CC; }

 p { color: rgb(153,131,204); }

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

<style>
 a { background-color: #9983CC; }

 a { background-color: rgb(153,131,204); }

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

<style>
 span { border-color: #9983CC; }

 span { border-color: rgb(153,131,204); }

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