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

📋 copy color: '#9F6DBB'

red 159 ◦ green 109 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9F6DBB

Tints of Purple Mountain's Majesty #9F6DBB

RGB

 RED value IS 159 (62.5% from 255) = 34.95%

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

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

R = 34.95%
G = 23.96%
B = 41.1%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F6DBB (or 0x9F6DBB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 6D and BB. RGB value is (159,109,187). Sum of RGB (Red+Green+Blue) = 159+109+187=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DBB is #609244. Grayscale: #848484. Windows color (decimal): -6328901 or 12283295. OLE color: 12283295.

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

Color convert

RGB 159 109 187 -
CMYK 0.15 0.42 0 0.27
HSL 278.46º 0.36% 0.58% -
HSV(B) 278.46º 0.42% 0.73% -
XYZ 28.74 21.9 49.73 -
YUV 132.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 159 109 187 0.15 0.42 0 0.27 278.46 0.36 0.58
Hex 9F 6D BB F 2A 0 1B 116 24 3A
Octal 237 155 273 17 52 0 33 426 44 72
Binary 10011111 1101101 10111011 1111 101010 0 11011 100010110 100100 111010

Color Harmonies of #9F6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6DBB

Black with #9F6DBB

Text Example


Text Example

White with #9F6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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