#9883CD

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

Shades of Cold Purple #9883CD

Tints of Cold Purple #9883CD

Color information

#9883CD (or 0x9883CD) is unknown color: approx Cold Purple. HEX triplet: 98, 83 and CD. RGB value is (152,131,205). Sum of RGB (Red+Green+Blue) = 152+131+205=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9883CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883CD is #677C32. Grayscale: #919191. Windows color (decimal): -6782003 or 13468568. OLE color: 13468568.

HSL color Cylindrical-coordinate representation of color #9883CD: hue angle of 257.03º 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 #9883CD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152131205-
CMYK0.260.3600.20
HSL257.03º42.53%65.88%-
HSV(B)257.03º36.1%80.39%-
XYZ32.0827.3261.34-
YUV145.72161.46132.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=31.15%
G=26.84%
B=42.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521312050.260.3600.20257.0342.5365.88
Hex9883CD1A240141012b42
Octal230203315324402440153102
Binary100110001000001111001101110101001000101001000000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9883CD; }

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

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

<style>
 a { background-color: #9883CD; }

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

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

<style>
 span { border-color: #9883CD; }

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

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