Html Css Color HEX #9984BC Cold Purple

📋 copy color: '#9984BC'

red 153 ◦ green 132 ◦ blue 188

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

Shades of Cold Purple #9984BC

Tints of Cold Purple #9984BC

RGB

 RED value IS 153 (60.16% from 255) = 32.35%

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

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

R = 32.35%
G = 27.91%
B = 39.75%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9984BC (or 0x9984BC) is known color: Cold Purple. HEX triplet: 99, 84 and BC. RGB value is (153,132,188). Sum of RGB (Red+Green+Blue) = 153+132+188=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9984BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984BC is #667B43. Grayscale: #909090. Windows color (decimal): -6716228 or 12354713. OLE color: 12354713.

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

Color convert

RGB 153 132 188 -
CMYK 0.19 0.30 0 0.26
HSL 262.5º 0.29% 0.63% -
HSV(B) 262.5º 0.3% 0.74% -
XYZ 30.47 26.91 51.16 -
YUV 144.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 153 132 188 0.19 0.30 0 0.26 262.5 0.29 0.63
Hex 99 84 BC 13 1E 0 1A 106 1D 3F
Octal 231 204 274 23 36 0 32 406 35 77
Binary 10011001 10000100 10111100 10011 11110 0 11010 100000110 11101 111111

Color Harmonies of #9984BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9984BC

Black with #9984BC

Text Example


Text Example

White with #9984BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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