Html Css Color HEX #9884BD Cold Purple

📋 copy color: '#9884BD'

red 152 ◦ green 132 ◦ blue 189

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

Shades of Cold Purple #9884BD

Tints of Cold Purple #9884BD

RGB

 RED value IS 152 (59.77% from 255) = 32.14%

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

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

R = 32.14%
G = 27.91%
B = 39.96%

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

#9884BD (or 0x9884BD) is known color: Cold Purple. HEX triplet: 98, 84 and BD. RGB value is (152,132,189). Sum of RGB (Red+Green+Blue) = 152+132+189=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9884BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884BD is #677B42. Grayscale: #909090. Windows color (decimal): -6781763 or 12420248. OLE color: 12420248.

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

Color convert

RGB 152 132 189 -
CMYK 0.20 0.30 0 0.26
HSL 261.05º 0.3% 0.63% -
HSV(B) 261.05º 0.3% 0.74% -
XYZ 30.39 26.85 51.73 -
YUV 144.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 152 132 189 0.20 0.30 0 0.26 261.05 0.3 0.63
Hex 98 84 BD 14 1E 0 1A 105 1E 3F
Octal 230 204 275 24 36 0 32 405 36 77
Binary 10011000 10000100 10111101 10100 11110 0 11010 100000101 11110 111111

Color Harmonies of #9884BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884BD

Black with #9884BD

Text Example


Text Example

White with #9884BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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