Html Css Color HEX #9881BE Cold Purple

📋 copy color: '#9881BE'

red 152 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9881BE

Tints of Cold Purple #9881BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 32.27%
G = 27.39%
B = 40.34%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9881BE (or 0x9881BE) is known color: Cold Purple. HEX triplet: 98, 81 and BE. RGB value is (152,129,190). Sum of RGB (Red+Green+Blue) = 152+129+190=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9881BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BE is #677E41. Grayscale: #8E8E8E. Windows color (decimal): -6782530 or 12485016. OLE color: 12485016.

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

Color convert

RGB 152 129 190 -
CMYK 0.2 0.32 0 0.25
HSL 262.62º 0.32% 0.63% -
HSV(B) 262.62º 0.32% 0.75% -
XYZ 30.09 26.09 52.17 -
YUV 142.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 152 129 190 0.2 0.32 0 0.25 262.62 0.32 0.63
Hex 98 81 BE 14 20 0 19 107 20 3F
Octal 230 201 276 24 40 0 31 407 40 77
Binary 10011000 10000001 10111110 10100 100000 0 11001 100000111 100000 111111

Color Harmonies of #9881BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881BE

Black with #9881BE

Text Example


Text Example

White with #9881BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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