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

📋 copy color: '#9B79C1'

red 155 ◦ green 121 ◦ blue 193

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

Shades of Purple Mountain's Majesty #9B79C1

Tints of Purple Mountain's Majesty #9B79C1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 33.05%
G = 25.8%
B = 41.15%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B79C1 (or 0x9B79C1) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 79 and C1. RGB value is (155,121,193). Sum of RGB (Red+Green+Blue) = 155+121+193=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B79C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79C1 is #64863E. Grayscale: #8B8B8B. Windows color (decimal): -6587967 or 12679579. OLE color: 12679579.

HSL color Cylindrical-coordinate representation of color #9B79C1: hue angle of 268.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B79C1 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 121 193 -
CMYK 0.20 0.37 0 0.24
HSL 268.33º 0.37% 0.62% -
HSV(B) 268.33º 0.37% 0.76% -
XYZ 29.98 24.49 53.6 -
YUV 139.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 155 121 193 0.20 0.37 0 0.24 268.33 0.37 0.62
Hex 9B 79 C1 14 25 0 18 10C 25 3E
Octal 233 171 301 24 45 0 30 414 45 76
Binary 10011011 1111001 11000001 10100 100101 0 11000 100001100 100101 111110

Color Harmonies of #9B79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B79C1

Black with #9B79C1

Text Example


Text Example

White with #9B79C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,193); }

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

background-color css

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

 a { background-color: rgb(155,121,193); }

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

border-color css

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

 span { border-color: rgb(155,121,193); }

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