Html Css Color HEX #9786B5 Cold Purple

📋 copy color: '#9786B5'

red 151 ◦ green 134 ◦ blue 181

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

Shades of Cold Purple #9786B5

Tints of Cold Purple #9786B5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 32.4%
G = 28.76%
B = 38.84%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9786B5 (or 0x9786B5) is known color: Cold Purple. HEX triplet: 97, 86 and B5. RGB value is (151,134,181). Sum of RGB (Red+Green+Blue) = 151+134+181=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #9786B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9786B5 is #68794A. Grayscale: #909090. Windows color (decimal): -6846795 or 11896471. OLE color: 11896471.

HSL color Cylindrical-coordinate representation of color #9786B5: hue angle of 261.7º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9786B5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 134 181 -
CMYK 0.17 0.26 0 0.29
HSL 261.7º 0.24% 0.62% -
HSV(B) 261.7º 0.26% 0.71% -
XYZ 29.63 26.97 47.36 -
YUV 144.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 151 134 181 0.17 0.26 0 0.29 261.7 0.24 0.62
Hex 97 86 B5 11 1A 0 1D 106 18 3E
Octal 227 206 265 21 32 0 35 406 30 76
Binary 10010111 10000110 10110101 10001 11010 0 11101 100000110 11000 111110

Color Harmonies of #9786B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9786B5

Black with #9786B5

Text Example


Text Example

White with #9786B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9786B5; }

 p { color: rgb(151,134,181); }

 H1.HeaderClassName
 {
   color: #9786B5;
 }
 .AnyTagClassName
 {
   color: #9786B5;
 }
</style>

background-color css

<style>
 a { background-color: #9786B5; }

 a { background-color: rgb(151,134,181); }

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

border-color css

<style>
 span { border-color: #9786B5; }

 span { border-color: rgb(151,134,181); }

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