#9784CD

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

Shades of Cold Purple #9784CD

Tints of Cold Purple #9784CD

Color information

#9784CD (or 0x9784CD) is unknown color: approx Cold Purple. HEX triplet: 97, 84 and CD. RGB value is (151,132,205). Sum of RGB (Red+Green+Blue) = 151+132+205=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 132 (51.95% from 255 or 27.05% 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 #9784CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784CD is #687B32. Grayscale: #919191. Windows color (decimal): -6847283 or 13468823. OLE color: 13468823.

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

Color convert

RGB151132205-
CMYK0.260.3600.20
HSL255.62º42.2%66.08%-
HSV(B)255.62º35.61%80.39%-
XYZ32.0327.4961.38-
YUV146161.29131.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=30.94%
G=27.05%
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
Decimal1511322050.260.3600.20255.6242.266.08
Hex9784CD1A240141002a42
Octal227204315324402440052102
Binary100101111000010011001101110101001000101001000000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,132,205); }

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

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

 a { background-color: rgb(151,132,205); }

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

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

 span { border-color: rgb(151,132,205); }

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