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

📋 copy color: '#9B7CBF'

red 155 ◦ green 124 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9B7CBF

Tints of Purple Mountain's Majesty #9B7CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 32.98%
G = 26.38%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B7CBF (or 0x9B7CBF) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7C and BF. RGB value is (155,124,191). Sum of RGB (Red+Green+Blue) = 155+124+191=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B7CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CBF is #648340. Grayscale: #8C8C8C. Windows color (decimal): -6587201 or 12549275. OLE color: 12549275.

HSL color Cylindrical-coordinate representation of color #9B7CBF: hue angle of 267.76º 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 #9B7CBF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 124 191 -
CMYK 0.19 0.35 0 0.25
HSL 267.76º 0.34% 0.62% -
HSV(B) 267.76º 0.35% 0.75% -
XYZ 30.13 25.15 52.56 -
YUV 140.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 155 124 191 0.19 0.35 0 0.25 267.76 0.34 0.62
Hex 9B 7C BF 13 23 0 19 10C 22 3E
Octal 233 174 277 23 43 0 31 414 42 76
Binary 10011011 1111100 10111111 10011 100011 0 11001 100001100 100010 111110

Color Harmonies of #9B7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CBF

Black with #9B7CBF

Text Example


Text Example

White with #9B7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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