Html Css Color HEX #9981BE Cold Purple

📋 copy color: '#9981BE'

red 153 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9981BE

Tints of Cold Purple #9981BE

RGB

 RED value IS 153 (60.16% from 255) = 32.42%

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

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

R = 32.42%
G = 27.33%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9981BE (or 0x9981BE) is known color: Cold Purple. HEX triplet: 99, 81 and BE. RGB value is (153,129,190). Sum of RGB (Red+Green+Blue) = 153+129+190=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9981BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BE is #667E41. Grayscale: #8E8E8E. Windows color (decimal): -6716994 or 12485017. OLE color: 12485017.

HSL color Cylindrical-coordinate representation of color #9981BE: hue angle of 263.61º 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 #9981BE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 129 190 -
CMYK 0.19 0.32 0 0.25
HSL 263.61º 0.32% 0.63% -
HSV(B) 263.61º 0.32% 0.75% -
XYZ 30.28 26.19 52.17 -
YUV 143.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 153 129 190 0.19 0.32 0 0.25 263.61 0.32 0.63
Hex 99 81 BE 13 20 0 19 108 20 3F
Octal 231 201 276 23 40 0 31 410 40 77
Binary 10011001 10000001 10111110 10011 100000 0 11001 100001000 100000 111111

Color Harmonies of #9981BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9981BE

Black with #9981BE

Text Example


Text Example

White with #9981BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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