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

📋 copy color: '#9F78BC'

red 159 ◦ green 120 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9F78BC

Tints of Purple Mountain's Majesty #9F78BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.7%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 34.05%
G = 25.7%
B = 40.26%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F78BC (or 0x9F78BC) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 78 and BC. RGB value is (159,120,188). Sum of RGB (Red+Green+Blue) = 159+120+188=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F78BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F78BC is #608743. Grayscale: #8B8B8B. Windows color (decimal): -6326084 or 12351647. OLE color: 12351647.

HSL color Cylindrical-coordinate representation of color #9F78BC: hue angle of 274.41º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F78BC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 120 188 -
CMYK 0.15 0.36 0 0.26
HSL 274.41º 0.34% 0.6% -
HSV(B) 274.41º 0.36% 0.74% -
XYZ 30.09 24.43 50.71 -
YUV 139.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 159 120 188 0.15 0.36 0 0.26 274.41 0.34 0.6
Hex 9F 78 BC F 24 0 1A 112 22 3C
Octal 237 170 274 17 44 0 32 422 42 74
Binary 10011111 1111000 10111100 1111 100100 0 11010 100010010 100010 111100

Color Harmonies of #9F78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78BC

Black with #9F78BC

Text Example


Text Example

White with #9F78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,188); }

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

background-color css

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

 a { background-color: rgb(159,120,188); }

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

border-color css

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

 span { border-color: rgb(159,120,188); }

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