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

📋 copy color: '#9C7BB5'

red 156 ◦ green 123 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9C7BB5

Tints of Purple Mountain's Majesty #9C7BB5

RGB

 RED value IS 156 (61.33% from 255) = 33.91%

 GREEN value IS 123 (48.44% from 255) = 26.74%

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 33.91%
G = 26.74%
B = 39.35%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9C7BB5 (or 0x9C7BB5) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7B and B5. RGB value is (156,123,181). Sum of RGB (Red+Green+Blue) = 156+123+181=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C7BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BB5 is #63844A. Grayscale: #8B8B8B. Windows color (decimal): -6521931 or 11893660. OLE color: 11893660.

HSL color Cylindrical-coordinate representation of color #9C7BB5: hue angle of 274.14º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7BB5 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 123 181 -
CMYK 0.14 0.32 0 0.29
HSL 274.14º 0.28% 0.6% -
HSV(B) 274.14º 0.32% 0.71% -
XYZ 29.13 24.57 46.92 -
YUV 139.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 156 123 181 0.14 0.32 0 0.29 274.14 0.28 0.6
Hex 9C 7B B5 E 20 0 1D 112 1C 3C
Octal 234 173 265 16 40 0 35 422 34 74
Binary 10011100 1111011 10110101 1110 100000 0 11101 100010010 11100 111100

Color Harmonies of #9C7BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7BB5

Black with #9C7BB5

Text Example


Text Example

White with #9C7BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,123,181); }

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

background-color css

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

 a { background-color: rgb(156,123,181); }

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

border-color css

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

 span { border-color: rgb(156,123,181); }

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