#9D84CB

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

Shades of Cold Purple #9D84CB

Tints of Cold Purple #9D84CB

Color information

#9D84CB (or 0x9D84CB) is unknown color: approx Cold Purple. HEX triplet: 9D, 84 and CB. RGB value is (157,132,203). Sum of RGB (Red+Green+Blue) = 157+132+203=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D84CB is #627B34. Grayscale: #939393. Windows color (decimal): -6454069 or 13337757. OLE color: 13337757.

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

Color convert

RGB157132203-
CMYK0.230.3500.20
HSL261.13º40.57%65.69%-
HSV(B)261.13º34.98%79.61%-
XYZ32.9427.9860.17-
YUV147.57159.28134.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=31.91%
G=26.83%
B=41.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571322030.230.3500.20261.1340.5765.69
Hex9D84CB17230141052942
Octal235204313274302440551102
Binary100111011000010011001011101111000110101001000001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,203); }

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

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

 a { background-color: rgb(157,132,203); }

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

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

 span { border-color: rgb(157,132,203); }

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