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

📋 copy color: '#8C75B5'

red 140 ◦ green 117 ◦ blue 181

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

Shades of Purple Mountain's Majesty #8C75B5

Tints of Purple Mountain's Majesty #8C75B5

RGB

 RED value IS 140 (55.08% from 255) = 31.96%

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 31.96%
G = 26.71%
B = 41.32%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C75B5 (or 0x8C75B5) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 75 and B5. RGB value is (140,117,181). Sum of RGB (Red+Green+Blue) = 140+117+181=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #8C75B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75B5 is #738A4A. Grayscale: #828282. Windows color (decimal): -7572043 or 11892108. OLE color: 11892108.

HSL color Cylindrical-coordinate representation of color #8C75B5: hue angle of 261.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C75B5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 117 181 -
CMYK 0.23 0.35 0 0.29
HSL 261.56º 0.3% 0.58% -
HSV(B) 261.56º 0.35% 0.71% -
XYZ 25.52 21.63 46.55 -
YUV 131.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 140 117 181 0.23 0.35 0 0.29 261.56 0.3 0.58
Hex 8C 75 B5 17 23 0 1D 106 1E 3A
Octal 214 165 265 27 43 0 35 406 36 72
Binary 10001100 1110101 10110101 10111 100011 0 11101 100000110 11110 111010

Color Harmonies of #8C75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C75B5

Black with #8C75B5

Text Example


Text Example

White with #8C75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,117,181); }

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

background-color css

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

 a { background-color: rgb(140,117,181); }

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

border-color css

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

 span { border-color: rgb(140,117,181); }

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