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

📋 copy color: '#9B7BC0'

red 155 ◦ green 123 ◦ blue 192

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

Shades of Purple Mountain's Majesty #9B7BC0

Tints of Purple Mountain's Majesty #9B7BC0

RGB

 RED value IS 155 (60.94% from 255) = 32.98%

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 32.98%
G = 26.17%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B7BC0 (or 0x9B7BC0) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7B and C0. RGB value is (155,123,192). Sum of RGB (Red+Green+Blue) = 155+123+192=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B7BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BC0 is #64843F. Grayscale: #8C8C8C. Windows color (decimal): -6587456 or 12614555. OLE color: 12614555.

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

Color convert

RGB 155 123 192 -
CMYK 0.19 0.36 0 0.25
HSL 267.83º 0.35% 0.62% -
HSV(B) 267.83º 0.36% 0.75% -
XYZ 30.11 24.94 53.1 -
YUV 140.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 155 123 192 0.19 0.36 0 0.25 267.83 0.35 0.62
Hex 9B 7B C0 13 24 0 19 10C 23 3E
Octal 233 173 300 23 44 0 31 414 43 76
Binary 10011011 1111011 11000000 10011 100100 0 11001 100001100 100011 111110

Color Harmonies of #9B7BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7BC0

Black with #9B7BC0

Text Example


Text Example

White with #9B7BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,123,192); }

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

background-color css

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

 a { background-color: rgb(155,123,192); }

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

border-color css

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

 span { border-color: rgb(155,123,192); }

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