Html Css Color HEX #9884BA Cold Purple

📋 copy color: '#9884BA'

red 152 ◦ green 132 ◦ blue 186

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

Shades of Cold Purple #9884BA

Tints of Cold Purple #9884BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 32.34%
G = 28.09%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9884BA (or 0x9884BA) is known color: Cold Purple. HEX triplet: 98, 84 and BA. RGB value is (152,132,186). Sum of RGB (Red+Green+Blue) = 152+132+186=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9884BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884BA is #677B45. Grayscale: #8F8F8F. Windows color (decimal): -6781766 or 12223640. OLE color: 12223640.

HSL color Cylindrical-coordinate representation of color #9884BA: hue angle of 262.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9884BA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 132 186 -
CMYK 0.18 0.29 0 0.27
HSL 262.22º 0.28% 0.62% -
HSV(B) 262.22º 0.29% 0.73% -
XYZ 30.06 26.72 50.03 -
YUV 144.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 152 132 186 0.18 0.29 0 0.27 262.22 0.28 0.62
Hex 98 84 BA 12 1D 0 1B 106 1C 3E
Octal 230 204 272 22 35 0 33 406 34 76
Binary 10011000 10000100 10111010 10010 11101 0 11011 100000110 11100 111110

Color Harmonies of #9884BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884BA

Black with #9884BA

Text Example


Text Example

White with #9884BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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