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

📋 copy color: '#9B6CBA'

red 155 ◦ green 108 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B6CBA

Tints of Purple Mountain's Majesty #9B6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 34.52%
G = 24.05%
B = 41.43%

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

#9B6CBA (or 0x9B6CBA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 6C and BA. RGB value is (155,108,186). Sum of RGB (Red+Green+Blue) = 155+108+186=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6CBA is #649345. Grayscale: #828282. Windows color (decimal): -6591302 or 12217499. OLE color: 12217499.

HSL color Cylindrical-coordinate representation of color #9B6CBA: hue angle of 276.15º 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 #9B6CBA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 108 186 -
CMYK 0.17 0.42 0 0.27
HSL 276.15º 0.36% 0.58% -
HSV(B) 276.15º 0.42% 0.73% -
XYZ 27.74 21.24 49.09 -
YUV 130.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 155 108 186 0.17 0.42 0 0.27 276.15 0.36 0.58
Hex 9B 6C BA 11 2A 0 1B 114 24 3A
Octal 233 154 272 21 52 0 33 424 44 72
Binary 10011011 1101100 10111010 10001 101010 0 11011 100010100 100100 111010

Color Harmonies of #9B6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6CBA

Black with #9B6CBA

Text Example


Text Example

White with #9B6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,108,186); }

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

background-color css

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

 a { background-color: rgb(155,108,186); }

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

border-color css

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

 span { border-color: rgb(155,108,186); }

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