Html Css Color HEX #8969B4 Purple Mountain's Majesty

📋 copy color: '#8969B4'

red 137 ◦ green 105 ◦ blue 180

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

Shades of Purple Mountain's Majesty #8969B4

Tints of Purple Mountain's Majesty #8969B4

RGB

 RED value IS 137 (53.91% from 255) = 32.46%

 GREEN value IS 105 (41.41% from 255) = 24.88%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 32.46%
G = 24.88%
B = 42.65%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8969B4 (or 0x8969B4) is known color: Purple Mountain's Majesty. HEX triplet: 89, 69 and B4. RGB value is (137,105,180). Sum of RGB (Red+Green+Blue) = 137+105+180=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #8969B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969B4 is #76964B. Grayscale: #7A7A7A. Windows color (decimal): -7771724 or 11823497. OLE color: 11823497.

HSL color Cylindrical-coordinate representation of color #8969B4: hue angle of 265.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8969B4 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 105 180 -
CMYK 0.24 0.42 0 0.29
HSL 265.6º 0.33% 0.56% -
HSV(B) 265.6º 0.42% 0.71% -
XYZ 23.61 18.72 45.55 -
YUV 123.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 137 105 180 0.24 0.42 0 0.29 265.6 0.33 0.56
Hex 89 69 B4 18 2A 0 1D 10A 21 38
Octal 211 151 264 30 52 0 35 412 41 70
Binary 10001001 1101001 10110100 11000 101010 0 11101 100001010 100001 111000

Color Harmonies of #8969B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8969B4

Black with #8969B4

Text Example


Text Example

White with #8969B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8969B4; }

 p { color: rgb(137,105,180); }

 H1.HeaderClassName
 {
   color: #8969B4;
 }
 .AnyTagClassName
 {
   color: #8969B4;
 }
</style>

background-color css

<style>
 a { background-color: #8969B4; }

 a { background-color: rgb(137,105,180); }

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

border-color css

<style>
 span { border-color: #8969B4; }

 span { border-color: rgb(137,105,180); }

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