Html Css Color HEX #8B69B4 Purple Mountain's Majesty

📋 copy color: '#8B69B4'

red 139 ◦ green 105 ◦ blue 180

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

Shades of Purple Mountain's Majesty #8B69B4

Tints of Purple Mountain's Majesty #8B69B4

RGB

 RED value IS 139 (54.69% from 255) = 32.78%

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

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

R = 32.78%
G = 24.76%
B = 42.45%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8B69B4 (or 0x8B69B4) is known color: Purple Mountain's Majesty. HEX triplet: 8B, 69 and B4. RGB value is (139,105,180). Sum of RGB (Red+Green+Blue) = 139+105+180=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69B4 is #74964B. Grayscale: #7B7B7B. Windows color (decimal): -7640652 or 11823499. OLE color: 11823499.

HSL color Cylindrical-coordinate representation of color #8B69B4: hue angle of 267.2º 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 #8B69B4 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 105 180 -
CMYK 0.23 0.42 0 0.29
HSL 267.2º 0.33% 0.56% -
HSV(B) 267.2º 0.42% 0.71% -
XYZ 23.94 18.89 45.56 -
YUV 123.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 139 105 180 0.23 0.42 0 0.29 267.2 0.33 0.56
Hex 8B 69 B4 17 2A 0 1D 10B 21 38
Octal 213 151 264 27 52 0 35 413 41 70
Binary 10001011 1101001 10110100 10111 101010 0 11101 100001011 100001 111000

Color Harmonies of #8B69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B69B4

Black with #8B69B4

Text Example


Text Example

White with #8B69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B69B4; }

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

 H1.HeaderClassName
 {
   color: #8B69B4;
 }
 .AnyTagClassName
 {
   color: #8B69B4;
 }
</style>

background-color css

<style>
 a { background-color: #8B69B4; }

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

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

border-color css

<style>
 span { border-color: #8B69B4; }

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

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