Html Css Color HEX #9886BC Cold Purple

📋 copy color: '#9886BC'

red 152 ◦ green 134 ◦ blue 188

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

Shades of Cold Purple #9886BC

Tints of Cold Purple #9886BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 32.07%
G = 28.27%
B = 39.66%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9886BC (or 0x9886BC) is known color: Cold Purple. HEX triplet: 98, 86 and BC. RGB value is (152,134,188). Sum of RGB (Red+Green+Blue) = 152+134+188=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #9886BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886BC is #677943. Grayscale: #919191. Windows color (decimal): -6781252 or 12355224. OLE color: 12355224.

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

Color convert

RGB 152 134 188 -
CMYK 0.19 0.29 0 0.26
HSL 260º 0.29% 0.63% -
HSV(B) 260º 0.29% 0.74% -
XYZ 30.55 27.36 51.25 -
YUV 145.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 152 134 188 0.19 0.29 0 0.26 260 0.29 0.63
Hex 98 86 BC 13 1D 0 1A 104 1D 3F
Octal 230 206 274 23 35 0 32 404 35 77
Binary 10011000 10000110 10111100 10011 11101 0 11010 100000100 11101 111111

Color Harmonies of #9886BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9886BC

Black with #9886BC

Text Example


Text Example

White with #9886BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,134,188); }

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

background-color css

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

 a { background-color: rgb(152,134,188); }

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

border-color css

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

 span { border-color: rgb(152,134,188); }

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