Html Css Color HEX #8968B2 Purple Mountain's Majesty

📋 copy color: '#8968B2'

red 137 ◦ green 104 ◦ blue 178

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

Shades of Purple Mountain's Majesty #8968B2

Tints of Purple Mountain's Majesty #8968B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.82%

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 32.7%
G = 24.82%
B = 42.48%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8968B2 (or 0x8968B2) is known color: Purple Mountain's Majesty. HEX triplet: 89, 68 and B2. RGB value is (137,104,178). Sum of RGB (Red+Green+Blue) = 137+104+178=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #8968B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8968B2 is #76974D. Grayscale: #7A7A7A. Windows color (decimal): -7771982 or 11692169. OLE color: 11692169.

HSL color Cylindrical-coordinate representation of color #8968B2: hue angle of 266.76º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8968B2 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 104 178 -
CMYK 0.23 0.42 0 0.30
HSL 266.76º 0.32% 0.55% -
HSV(B) 266.76º 0.42% 0.7% -
XYZ 23.3 18.43 44.45 -
YUV 122.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 137 104 178 0.23 0.42 0 0.30 266.76 0.32 0.55
Hex 89 68 B2 17 2A 0 1E 10B 20 37
Octal 211 150 262 27 52 0 36 413 40 67
Binary 10001001 1101000 10110010 10111 101010 0 11110 100001011 100000 110111

Color Harmonies of #8968B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968B2

Black with #8968B2

Text Example


Text Example

White with #8968B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8968B2; }

 p { color: rgb(137,104,178); }

 H1.HeaderClassName
 {
   color: #8968B2;
 }
 .AnyTagClassName
 {
   color: #8968B2;
 }
</style>

background-color css

<style>
 a { background-color: #8968B2; }

 a { background-color: rgb(137,104,178); }

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

border-color css

<style>
 span { border-color: #8968B2; }

 span { border-color: rgb(137,104,178); }

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