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

📋 copy color: '#9B75BC'

red 155 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9B75BC

Tints of Purple Mountain's Majesty #9B75BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 33.7%
G = 25.43%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B75BC (or 0x9B75BC) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 75 and BC. RGB value is (155,117,188). Sum of RGB (Red+Green+Blue) = 155+117+188=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B75BC is #648A43. Grayscale: #888888. Windows color (decimal): -6588996 or 12350875. OLE color: 12350875.

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

Color convert

RGB 155 117 188 -
CMYK 0.18 0.38 0 0.26
HSL 272.11º 0.35% 0.6% -
HSV(B) 272.11º 0.38% 0.74% -
XYZ 28.96 23.32 50.55 -
YUV 136.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 155 117 188 0.18 0.38 0 0.26 272.11 0.35 0.6
Hex 9B 75 BC 12 26 0 1A 110 23 3C
Octal 233 165 274 22 46 0 32 420 43 74
Binary 10011011 1110101 10111100 10010 100110 0 11010 100010000 100011 111100

Color Harmonies of #9B75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B75BC

Black with #9B75BC

Text Example


Text Example

White with #9B75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,188); }

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

background-color css

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

 a { background-color: rgb(155,117,188); }

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

border-color css

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

 span { border-color: rgb(155,117,188); }

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