Html Css Color HEX #9880BF Cold Purple

📋 copy color: '#9880BF'

red 152 ◦ green 128 ◦ blue 191

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

Shades of Cold Purple #9880BF

Tints of Cold Purple #9880BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 32.27%
G = 27.18%
B = 40.55%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9880BF (or 0x9880BF) is known color: Cold Purple. HEX triplet: 98, 80 and BF. RGB value is (152,128,191). Sum of RGB (Red+Green+Blue) = 152+128+191=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #9880BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880BF is #677F40. Grayscale: #8E8E8E. Windows color (decimal): -6782785 or 12550296. OLE color: 12550296.

HSL color Cylindrical-coordinate representation of color #9880BF: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9880BF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 128 191 -
CMYK 0.20 0.33 0 0.25
HSL 262.86º 0.33% 0.63% -
HSV(B) 262.86º 0.33% 0.75% -
XYZ 30.07 25.88 52.7 -
YUV 142.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 152 128 191 0.20 0.33 0 0.25 262.86 0.33 0.63
Hex 98 80 BF 14 21 0 19 107 21 3F
Octal 230 200 277 24 41 0 31 407 41 77
Binary 10011000 10000000 10111111 10100 100001 0 11001 100000111 100001 111111

Color Harmonies of #9880BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880BF

Black with #9880BF

Text Example


Text Example

White with #9880BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9880BF; }

 p { color: rgb(152,128,191); }

 H1.HeaderClassName
 {
   color: #9880BF;
 }
 .AnyTagClassName
 {
   color: #9880BF;
 }
</style>

background-color css

<style>
 a { background-color: #9880BF; }

 a { background-color: rgb(152,128,191); }

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

border-color css

<style>
 span { border-color: #9880BF; }

 span { border-color: rgb(152,128,191); }

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