Html Css Color HEX #9276B6 Purple Mountain's Majesty

📋 copy color: '#9276B6'

red 146 ◦ green 118 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9276B6

Tints of Purple Mountain's Majesty #9276B6

RGB

 RED value IS 146 (57.42% from 255) = 32.74%

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 32.74%
G = 26.46%
B = 40.81%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9276B6 (or 0x9276B6) is known color: Purple Mountain's Majesty. HEX triplet: 92, 76 and B6. RGB value is (146,118,182). Sum of RGB (Red+Green+Blue) = 146+118+182=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #9276B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276B6 is #6D8949. Grayscale: #858585. Windows color (decimal): -7178570 or 11957906. OLE color: 11957906.

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

Color convert

RGB 146 118 182 -
CMYK 0.20 0.35 0 0.29
HSL 266.25º 0.3% 0.59% -
HSV(B) 266.25º 0.35% 0.71% -
XYZ 26.78 22.45 47.18 -
YUV 133.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 146 118 182 0.20 0.35 0 0.29 266.25 0.3 0.59
Hex 92 76 B6 14 23 0 1D 10A 1E 3B
Octal 222 166 266 24 43 0 35 412 36 73
Binary 10010010 1110110 10110110 10100 100011 0 11101 100001010 11110 111011

Color Harmonies of #9276B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276B6

Black with #9276B6

Text Example


Text Example

White with #9276B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276B6; }

 p { color: rgb(146,118,182); }

 H1.HeaderClassName
 {
   color: #9276B6;
 }
 .AnyTagClassName
 {
   color: #9276B6;
 }
</style>

background-color css

<style>
 a { background-color: #9276B6; }

 a { background-color: rgb(146,118,182); }

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

border-color css

<style>
 span { border-color: #9276B6; }

 span { border-color: rgb(146,118,182); }

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