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

📋 copy color: '#9675B2'

red 150 ◦ green 117 ◦ blue 178

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

Shades of Purple Mountain's Majesty #9675B2

Tints of Purple Mountain's Majesty #9675B2

RGB

 RED value IS 150 (58.98% from 255) = 33.71%

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

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

R = 33.71%
G = 26.29%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9675B2 (or 0x9675B2) is known color: Purple Mountain's Majesty. HEX triplet: 96, 75 and B2. RGB value is (150,117,178). Sum of RGB (Red+Green+Blue) = 150+117+178=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #9675B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675B2 is #698A4D. Grayscale: #858585. Windows color (decimal): -6916686 or 11695510. OLE color: 11695510.

HSL color Cylindrical-coordinate representation of color #9675B2: hue angle of 272.46º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9675B2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 117 178 -
CMYK 0.16 0.34 0 0.30
HSL 272.46º 0.28% 0.58% -
HSV(B) 272.46º 0.34% 0.7% -
XYZ 26.97 22.42 45.03 -
YUV 133.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 150 117 178 0.16 0.34 0 0.30 272.46 0.28 0.58
Hex 96 75 B2 10 22 0 1E 110 1C 3A
Octal 226 165 262 20 42 0 36 420 34 72
Binary 10010110 1110101 10110010 10000 100010 0 11110 100010000 11100 111010

Color Harmonies of #9675B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675B2

Black with #9675B2

Text Example


Text Example

White with #9675B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,117,178); }

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

background-color css

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

 a { background-color: rgb(150,117,178); }

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

border-color css

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

 span { border-color: rgb(150,117,178); }

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