Html Css Color HEX #9784BC Cold Purple

📋 copy color: '#9784BC'

red 151 ◦ green 132 ◦ blue 188

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

Shades of Cold Purple #9784BC

Tints of Cold Purple #9784BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 32.06%
G = 28.03%
B = 39.92%

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

#9784BC (or 0x9784BC) is known color: Cold Purple. HEX triplet: 97, 84 and BC. RGB value is (151,132,188). Sum of RGB (Red+Green+Blue) = 151+132+188=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9784BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9784BC is #687B43. Grayscale: #8F8F8F. Windows color (decimal): -6847300 or 12354711. OLE color: 12354711.

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

Color convert

RGB 151 132 188 -
CMYK 0.20 0.30 0 0.26
HSL 260.36º 0.29% 0.63% -
HSV(B) 260.36º 0.3% 0.74% -
XYZ 30.09 26.71 51.15 -
YUV 144.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 151 132 188 0.20 0.30 0 0.26 260.36 0.29 0.63
Hex 97 84 BC 14 1E 0 1A 104 1D 3F
Octal 227 204 274 24 36 0 32 404 35 77
Binary 10010111 10000100 10111100 10100 11110 0 11010 100000100 11101 111111

Color Harmonies of #9784BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9784BC

Black with #9784BC

Text Example


Text Example

White with #9784BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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