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

📋 copy color: '#9C6DBB'

red 156 ◦ green 109 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9C6DBB

Tints of Purple Mountain's Majesty #9C6DBB

RGB

 RED value IS 156 (61.33% from 255) = 34.51%

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

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

R = 34.51%
G = 24.12%
B = 41.37%

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

#9C6DBB (or 0x9C6DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 6D and BB. RGB value is (156,109,187). Sum of RGB (Red+Green+Blue) = 156+109+187=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DBB is #639244. Grayscale: #838383. Windows color (decimal): -6525509 or 12283292. OLE color: 12283292.

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

Color convert

RGB 156 109 187 -
CMYK 0.17 0.42 0 0.27
HSL 276.15º 0.36% 0.58% -
HSV(B) 276.15º 0.42% 0.73% -
XYZ 28.15 21.59 49.7 -
YUV 131.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 156 109 187 0.17 0.42 0 0.27 276.15 0.36 0.58
Hex 9C 6D BB 11 2A 0 1B 114 24 3A
Octal 234 155 273 21 52 0 33 424 44 72
Binary 10011100 1101101 10111011 10001 101010 0 11011 100010100 100100 111010

Color Harmonies of #9C6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DBB

Black with #9C6DBB

Text Example


Text Example

White with #9C6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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