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

📋 copy color: '#9B7CBE'

red 155 ◦ green 124 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9B7CBE

Tints of Purple Mountain's Majesty #9B7CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 33.05%
G = 26.44%
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

#9B7CBE (or 0x9B7CBE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7C and BE. RGB value is (155,124,190). Sum of RGB (Red+Green+Blue) = 155+124+190=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 124 (48.83% from 255 or 26.44% 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 #9B7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CBE is #648341. Grayscale: #8C8C8C. Windows color (decimal): -6587202 or 12483739. OLE color: 12483739.

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

Color convert

RGB 155 124 190 -
CMYK 0.18 0.35 0 0.25
HSL 268.18º 0.34% 0.62% -
HSV(B) 268.18º 0.35% 0.75% -
XYZ 30.02 25.1 51.98 -
YUV 140.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 155 124 190 0.18 0.35 0 0.25 268.18 0.34 0.62
Hex 9B 7C BE 12 23 0 19 10C 22 3E
Octal 233 174 276 22 43 0 31 414 42 76
Binary 10011011 1111100 10111110 10010 100011 0 11001 100001100 100010 111110

Color Harmonies of #9B7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CBE

Black with #9B7CBE

Text Example


Text Example

White with #9B7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,190); }

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

background-color css

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

 a { background-color: rgb(155,124,190); }

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

border-color css

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

 span { border-color: rgb(155,124,190); }

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