Html Css Color HEX #9880C6 Cold Purple

📋 copy color: '#9880C6'

red 152 ◦ green 128 ◦ blue 198

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

Shades of Cold Purple #9880C6

Tints of Cold Purple #9880C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 31.8%
G = 26.78%
B = 41.42%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9880C6 (or 0x9880C6) is known color: Cold Purple. HEX triplet: 98, 80 and C6. RGB value is (152,128,198). Sum of RGB (Red+Green+Blue) = 152+128+198=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #9880C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880C6 is #677F39. Grayscale: #8E8E8E. Windows color (decimal): -6782778 or 13009048. OLE color: 13009048.

HSL color Cylindrical-coordinate representation of color #9880C6: hue angle of 260.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9880C6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 128 198 -
CMYK 0.23 0.35 0 0.22
HSL 260.57º 0.38% 0.64% -
HSV(B) 260.57º 0.35% 0.78% -
XYZ 30.86 26.19 56.85 -
YUV 143.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 152 128 198 0.23 0.35 0 0.22 260.57 0.38 0.64
Hex 98 80 C6 17 23 0 16 105 26 40
Octal 230 200 306 27 43 0 26 405 46 100
Binary 10011000 10000000 11000110 10111 100011 0 10110 100000101 100110 1000000

Color Harmonies of #9880C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880C6

Black with #9880C6

Text Example


Text Example

White with #9880C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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