Html Css Color HEX #9968B9 Purple Mountain's Majesty

📋 copy color: '#9968B9'

red 153 ◦ green 104 ◦ blue 185

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

Shades of Purple Mountain's Majesty #9968B9

Tints of Purple Mountain's Majesty #9968B9

RGB

 RED value IS 153 (60.16% from 255) = 34.62%

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 34.62%
G = 23.53%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9968B9 (or 0x9968B9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 68 and B9. RGB value is (153,104,185). Sum of RGB (Red+Green+Blue) = 153+104+185=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #9968B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968B9 is #669746. Grayscale: #7F7F7F. Windows color (decimal): -6723399 or 12150937. OLE color: 12150937.

HSL color Cylindrical-coordinate representation of color #9968B9: hue angle of 276.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9968B9 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 104 185 -
CMYK 0.17 0.44 0 0.27
HSL 276.3º 0.37% 0.57% -
HSV(B) 276.3º 0.44% 0.73% -
XYZ 26.84 20.18 48.38 -
YUV 127.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 153 104 185 0.17 0.44 0 0.27 276.3 0.37 0.57
Hex 99 68 B9 11 2C 0 1B 114 25 39
Octal 231 150 271 21 54 0 33 424 45 71
Binary 10011001 1101000 10111001 10001 101100 0 11011 100010100 100101 111001

Color Harmonies of #9968B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968B9

Black with #9968B9

Text Example


Text Example

White with #9968B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9968B9; }

 p { color: rgb(153,104,185); }

 H1.HeaderClassName
 {
   color: #9968B9;
 }
 .AnyTagClassName
 {
   color: #9968B9;
 }
</style>

background-color css

<style>
 a { background-color: #9968B9; }

 a { background-color: rgb(153,104,185); }

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

border-color css

<style>
 span { border-color: #9968B9; }

 span { border-color: rgb(153,104,185); }

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