Html Css Color HEX #9881BC Cold Purple

📋 copy color: '#9881BC'

red 152 ◦ green 129 ◦ blue 188

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

Shades of Cold Purple #9881BC

Tints of Cold Purple #9881BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

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

R = 32.41%
G = 27.51%
B = 40.09%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9881BC (or 0x9881BC) is known color: Cold Purple. HEX triplet: 98, 81 and BC. RGB value is (152,129,188). Sum of RGB (Red+Green+Blue) = 152+129+188=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9881BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BC is #677E43. Grayscale: #8E8E8E. Windows color (decimal): -6782532 or 12353944. OLE color: 12353944.

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

Color convert

RGB 152 129 188 -
CMYK 0.19 0.31 0 0.26
HSL 263.39º 0.31% 0.62% -
HSV(B) 263.39º 0.31% 0.74% -
XYZ 29.88 26.01 51.02 -
YUV 142.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 152 129 188 0.19 0.31 0 0.26 263.39 0.31 0.62
Hex 98 81 BC 13 1F 0 1A 107 1F 3E
Octal 230 201 274 23 37 0 32 407 37 76
Binary 10011000 10000001 10111100 10011 11111 0 11010 100000111 11111 111110

Color Harmonies of #9881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881BC

Black with #9881BC

Text Example


Text Example

White with #9881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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