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

📋 copy color: '#9F6CBA'

red 159 ◦ green 108 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9F6CBA

Tints of Purple Mountain's Majesty #9F6CBA

RGB

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

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

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

R = 35.1%
G = 23.84%
B = 41.06%

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

#9F6CBA (or 0x9F6CBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 6C and BA. RGB value is (159,108,186). Sum of RGB (Red+Green+Blue) = 159+108+186=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CBA is #609345. Grayscale: #838383. Windows color (decimal): -6329158 or 12217503. OLE color: 12217503.

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

Color convert

RGB 159 108 186 -
CMYK 0.15 0.42 0 0.27
HSL 279.23º 0.36% 0.58% -
HSV(B) 279.23º 0.42% 0.73% -
XYZ 28.52 21.64 49.13 -
YUV 132.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 159 108 186 0.15 0.42 0 0.27 279.23 0.36 0.58
Hex 9F 6C BA F 2A 0 1B 117 24 3A
Octal 237 154 272 17 52 0 33 427 44 72
Binary 10011111 1101100 10111010 1111 101010 0 11011 100010111 100100 111010

Color Harmonies of #9F6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6CBA

Black with #9F6CBA

Text Example


Text Example

White with #9F6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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