Html Css Color HEX #9468B8 Purple Mountain's Majesty

📋 copy color: '#9468B8'

red 148 ◦ green 104 ◦ blue 184

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

Shades of Purple Mountain's Majesty #9468B8

Tints of Purple Mountain's Majesty #9468B8

RGB

 RED value IS 148 (58.2% from 255) = 33.94%

 GREEN value IS 104 (41.02% from 255) = 23.85%

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 33.94%
G = 23.85%
B = 42.2%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9468B8 (or 0x9468B8) is known color: Purple Mountain's Majesty. HEX triplet: 94, 68 and B8. RGB value is (148,104,184). Sum of RGB (Red+Green+Blue) = 148+104+184=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #9468B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468B8 is #6B9747. Grayscale: #7D7D7D. Windows color (decimal): -7051080 or 12085396. OLE color: 12085396.

HSL color Cylindrical-coordinate representation of color #9468B8: hue angle of 273º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9468B8 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 104 184 -
CMYK 0.20 0.43 0 0.28
HSL 273º 0.36% 0.56% -
HSV(B) 273º 0.43% 0.72% -
XYZ 25.81 19.66 47.78 -
YUV 126.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 148 104 184 0.20 0.43 0 0.28 273 0.36 0.56
Hex 94 68 B8 14 2B 0 1C 111 24 38
Octal 224 150 270 24 53 0 34 421 44 70
Binary 10010100 1101000 10111000 10100 101011 0 11100 100010001 100100 111000

Color Harmonies of #9468B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468B8

Black with #9468B8

Text Example


Text Example

White with #9468B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9468B8; }

 p { color: rgb(148,104,184); }

 H1.HeaderClassName
 {
   color: #9468B8;
 }
 .AnyTagClassName
 {
   color: #9468B8;
 }
</style>

background-color css

<style>
 a { background-color: #9468B8; }

 a { background-color: rgb(148,104,184); }

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

border-color css

<style>
 span { border-color: #9468B8; }

 span { border-color: rgb(148,104,184); }

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