Html Css Color HEX #9768B8 Purple Mountain's Majesty

📋 copy color: '#9768B8'

red 151 ◦ green 104 ◦ blue 184

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

Shades of Purple Mountain's Majesty #9768B8

Tints of Purple Mountain's Majesty #9768B8

RGB

 RED value IS 151 (59.38% from 255) = 34.4%

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

 BLUE value IS 184 (72.27% from 255) = 41.91%

R = 34.4%
G = 23.69%
B = 41.91%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9768B8 (or 0x9768B8) is known color: Purple Mountain's Majesty. HEX triplet: 97, 68 and B8. RGB value is (151,104,184). Sum of RGB (Red+Green+Blue) = 151+104+184=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #9768B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768B8 is #689747. Grayscale: #7E7E7E. Windows color (decimal): -6854472 or 12085399. OLE color: 12085399.

HSL color Cylindrical-coordinate representation of color #9768B8: hue angle of 275.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9768B8 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 104 184 -
CMYK 0.18 0.43 0 0.28
HSL 275.25º 0.36% 0.56% -
HSV(B) 275.25º 0.43% 0.72% -
XYZ 26.36 19.94 47.81 -
YUV 127.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 151 104 184 0.18 0.43 0 0.28 275.25 0.36 0.56
Hex 97 68 B8 12 2B 0 1C 113 24 38
Octal 227 150 270 22 53 0 34 423 44 70
Binary 10010111 1101000 10111000 10010 101011 0 11100 100010011 100100 111000

Color Harmonies of #9768B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768B8

Black with #9768B8

Text Example


Text Example

White with #9768B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9768B8; }

 p { color: rgb(151,104,184); }

 H1.HeaderClassName
 {
   color: #9768B8;
 }
 .AnyTagClassName
 {
   color: #9768B8;
 }
</style>

background-color css

<style>
 a { background-color: #9768B8; }

 a { background-color: rgb(151,104,184); }

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

border-color css

<style>
 span { border-color: #9768B8; }

 span { border-color: rgb(151,104,184); }

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