Html Css Color HEX #9784BD Cold Purple

📋 copy color: '#9784BD'

red 151 ◦ green 132 ◦ blue 189

#9784BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9784BD

Tints of Cold Purple #9784BD

RGB

 RED value IS 151 (59.38% from 255) = 31.99%

 GREEN value IS 132 (51.95% from 255) = 27.97%

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 31.99%
G = 27.97%
B = 40.04%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9784BD (or 0x9784BD) is known color: Cold Purple. HEX triplet: 97, 84 and BD. RGB value is (151,132,189). Sum of RGB (Red+Green+Blue) = 151+132+189=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9784BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784BD is #687B42. Grayscale: #8F8F8F. Windows color (decimal): -6847299 or 12420247. OLE color: 12420247.

HSL color Cylindrical-coordinate representation of color #9784BD: hue angle of 260º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9784BD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 132 189 -
CMYK 0.20 0.30 0 0.26
HSL 260º 0.3% 0.63% -
HSV(B) 260º 0.3% 0.74% -
XYZ 30.2 26.76 51.72 -
YUV 144.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 151 132 189 0.20 0.30 0 0.26 260 0.3 0.63
Hex 97 84 BD 14 1E 0 1A 104 1E 3F
Octal 227 204 275 24 36 0 32 404 36 77
Binary 10010111 10000100 10111101 10100 11110 0 11010 100000100 11110 111111

Color Harmonies of #9784BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9784BD

Black with #9784BD

Text Example


Text Example

White with #9784BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9784BD;
 }
 .AnyTagClassName
 {
   color: #9784BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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