Html Css Color HEX #9A6FBB Purple Mountain's Majesty

📋 copy color: '#9A6FBB'

red 154 ◦ green 111 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9A6FBB

Tints of Purple Mountain's Majesty #9A6FBB

RGB

 RED value IS 154 (60.55% from 255) = 34.07%

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 34.07%
G = 24.56%
B = 41.37%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A6FBB (or 0x9A6FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 6F and BB. RGB value is (154,111,187). Sum of RGB (Red+Green+Blue) = 154+111+187=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FBB is #659044. Grayscale: #848484. Windows color (decimal): -6656069 or 12283802. OLE color: 12283802.

HSL color Cylindrical-coordinate representation of color #9A6FBB: hue angle of 273.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A6FBB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 111 187 -
CMYK 0.18 0.41 0 0.27
HSL 273.95º 0.36% 0.58% -
HSV(B) 273.95º 0.41% 0.73% -
XYZ 27.98 21.83 49.75 -
YUV 132.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 154 111 187 0.18 0.41 0 0.27 273.95 0.36 0.58
Hex 9A 6F BB 12 29 0 1B 112 24 3A
Octal 232 157 273 22 51 0 33 422 44 72
Binary 10011010 1101111 10111011 10010 101001 0 11011 100010010 100100 111010

Color Harmonies of #9A6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FBB

Black with #9A6FBB

Text Example


Text Example

White with #9A6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6FBB; }

 p { color: rgb(154,111,187); }

 H1.HeaderClassName
 {
   color: #9A6FBB;
 }
 .AnyTagClassName
 {
   color: #9A6FBB;
 }
</style>

background-color css

<style>
 a { background-color: #9A6FBB; }

 a { background-color: rgb(154,111,187); }

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

border-color css

<style>
 span { border-color: #9A6FBB; }

 span { border-color: rgb(154,111,187); }

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