Html Css Color HEX #9885B9 Cold Purple

📋 copy color: '#9885B9'

red 152 ◦ green 133 ◦ blue 185

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

Shades of Cold Purple #9885B9

Tints of Cold Purple #9885B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 32.34%
G = 28.3%
B = 39.36%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9885B9 (or 0x9885B9) is known color: Cold Purple. HEX triplet: 98, 85 and B9. RGB value is (152,133,185). Sum of RGB (Red+Green+Blue) = 152+133+185=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #9885B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885B9 is #677A46. Grayscale: #909090. Windows color (decimal): -6781511 or 12158360. OLE color: 12158360.

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

Color convert

RGB 152 133 185 -
CMYK 0.18 0.28 0 0.27
HSL 261.92º 0.27% 0.62% -
HSV(B) 261.92º 0.28% 0.73% -
XYZ 30.09 26.95 49.52 -
YUV 144.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 152 133 185 0.18 0.28 0 0.27 261.92 0.27 0.62
Hex 98 85 B9 12 1C 0 1B 106 1B 3E
Octal 230 205 271 22 34 0 33 406 33 76
Binary 10011000 10000101 10111001 10010 11100 0 11011 100000110 11011 111110

Color Harmonies of #9885B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885B9

Black with #9885B9

Text Example


Text Example

White with #9885B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9885B9; }

 p { color: rgb(152,133,185); }

 H1.HeaderClassName
 {
   color: #9885B9;
 }
 .AnyTagClassName
 {
   color: #9885B9;
 }
</style>

background-color css

<style>
 a { background-color: #9885B9; }

 a { background-color: rgb(152,133,185); }

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

border-color css

<style>
 span { border-color: #9885B9; }

 span { border-color: rgb(152,133,185); }

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