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

📋 copy color: '#9B78BD'

red 155 ◦ green 120 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9B78BD

Tints of Purple Mountain's Majesty #9B78BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 33.41%
G = 25.86%
B = 40.73%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B78BD (or 0x9B78BD) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 78 and BD. RGB value is (155,120,189). Sum of RGB (Red+Green+Blue) = 155+120+189=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B78BD is #648742. Grayscale: #8A8A8A. Windows color (decimal): -6588227 or 12417179. OLE color: 12417179.

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

Color convert

RGB 155 120 189 -
CMYK 0.18 0.37 0 0.26
HSL 270.43º 0.34% 0.61% -
HSV(B) 270.43º 0.37% 0.74% -
XYZ 29.42 24.08 51.24 -
YUV 138.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 155 120 189 0.18 0.37 0 0.26 270.43 0.34 0.61
Hex 9B 78 BD 12 25 0 1A 10E 22 3D
Octal 233 170 275 22 45 0 32 416 42 75
Binary 10011011 1111000 10111101 10010 100101 0 11010 100001110 100010 111101

Color Harmonies of #9B78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B78BD

Black with #9B78BD

Text Example


Text Example

White with #9B78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,189); }

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

background-color css

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

 a { background-color: rgb(155,120,189); }

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

border-color css

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

 span { border-color: rgb(155,120,189); }

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