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

📋 copy color: '#9C7BBE'

red 156 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9C7BBE

Tints of Purple Mountain's Majesty #9C7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 33.26%
G = 26.23%
B = 40.51%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C7BBE (or 0x9C7BBE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7B and BE. RGB value is (156,123,190). Sum of RGB (Red+Green+Blue) = 156+123+190=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BBE is #638441. Grayscale: #8C8C8C. Windows color (decimal): -6521922 or 12483484. OLE color: 12483484.

HSL color Cylindrical-coordinate representation of color #9C7BBE: hue angle of 269.55º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7BBE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 123 190 -
CMYK 0.18 0.35 0 0.25
HSL 269.55º 0.34% 0.61% -
HSV(B) 269.55º 0.35% 0.75% -
XYZ 30.09 24.95 51.95 -
YUV 140.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 156 123 190 0.18 0.35 0 0.25 269.55 0.34 0.61
Hex 9C 7B BE 12 23 0 19 10E 22 3D
Octal 234 173 276 22 43 0 31 416 42 75
Binary 10011100 1111011 10111110 10010 100011 0 11001 100001110 100010 111101

Color Harmonies of #9C7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7BBE

Black with #9C7BBE

Text Example


Text Example

White with #9C7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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