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

📋 copy color: '#9B6DBB'

red 155 ◦ green 109 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9B6DBB

Tints of Purple Mountain's Majesty #9B6DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.17%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 34.37%
G = 24.17%
B = 41.46%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B6DBB (or 0x9B6DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 6D and BB. RGB value is (155,109,187). Sum of RGB (Red+Green+Blue) = 155+109+187=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DBB is #649244. Grayscale: #838383. Windows color (decimal): -6591045 or 12283291. OLE color: 12283291.

HSL color Cylindrical-coordinate representation of color #9B6DBB: hue angle of 275.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B6DBB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 109 187 -
CMYK 0.17 0.42 0 0.27
HSL 275.38º 0.36% 0.58% -
HSV(B) 275.38º 0.42% 0.73% -
XYZ 27.96 21.49 49.69 -
YUV 131.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 155 109 187 0.17 0.42 0 0.27 275.38 0.36 0.58
Hex 9B 6D BB 11 2A 0 1B 113 24 3A
Octal 233 155 273 21 52 0 33 423 44 72
Binary 10011011 1101101 10111011 10001 101010 0 11011 100010011 100100 111010

Color Harmonies of #9B6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6DBB

Black with #9B6DBB

Text Example


Text Example

White with #9B6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,109,187); }

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

background-color css

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

 a { background-color: rgb(155,109,187); }

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

border-color css

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

 span { border-color: rgb(155,109,187); }

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