Html Css Color HEX #9781BB Cold Purple

📋 copy color: '#9781BB'

red 151 ◦ green 129 ◦ blue 187

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

Shades of Cold Purple #9781BB

Tints of Cold Purple #9781BB

RGB

 RED value IS 151 (59.38% from 255) = 32.33%

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 32.33%
G = 27.62%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9781BB (or 0x9781BB) is known color: Cold Purple. HEX triplet: 97, 81 and BB. RGB value is (151,129,187). Sum of RGB (Red+Green+Blue) = 151+129+187=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #9781BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781BB is #687E44. Grayscale: #8D8D8D. Windows color (decimal): -6848069 or 12288407. OLE color: 12288407.

HSL color Cylindrical-coordinate representation of color #9781BB: hue angle of 262.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9781BB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 129 187 -
CMYK 0.19 0.31 0 0.27
HSL 262.76º 0.3% 0.62% -
HSV(B) 262.76º 0.31% 0.73% -
XYZ 29.58 25.87 50.45 -
YUV 142.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 151 129 187 0.19 0.31 0 0.27 262.76 0.3 0.62
Hex 97 81 BB 13 1F 0 1B 107 1E 3E
Octal 227 201 273 23 37 0 33 407 36 76
Binary 10010111 10000001 10111011 10011 11111 0 11011 100000111 11110 111110

Color Harmonies of #9781BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9781BB

Black with #9781BB

Text Example


Text Example

White with #9781BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9781BB; }

 p { color: rgb(151,129,187); }

 H1.HeaderClassName
 {
   color: #9781BB;
 }
 .AnyTagClassName
 {
   color: #9781BB;
 }
</style>

background-color css

<style>
 a { background-color: #9781BB; }

 a { background-color: rgb(151,129,187); }

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

border-color css

<style>
 span { border-color: #9781BB; }

 span { border-color: rgb(151,129,187); }

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