Html Css Color HEX #9069B4 Purple Mountain's Majesty

📋 copy color: '#9069B4'

red 144 ◦ green 105 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9069B4

Tints of Purple Mountain's Majesty #9069B4

RGB

 RED value IS 144 (56.64% from 255) = 33.57%

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 33.57%
G = 24.48%
B = 41.96%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9069B4 (or 0x9069B4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 69 and B4. RGB value is (144,105,180). Sum of RGB (Red+Green+Blue) = 144+105+180=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9069B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069B4 is #6F964B. Grayscale: #7C7C7C. Windows color (decimal): -7312972 or 11823504. OLE color: 11823504.

HSL color Cylindrical-coordinate representation of color #9069B4: hue angle of 271.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9069B4 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 105 180 -
CMYK 0.2 0.42 0 0.29
HSL 271.2º 0.33% 0.56% -
HSV(B) 271.2º 0.42% 0.71% -
XYZ 24.79 19.33 45.6 -
YUV 125.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 144 105 180 0.2 0.42 0 0.29 271.2 0.33 0.56
Hex 90 69 B4 14 2A 0 1D 10F 21 38
Octal 220 151 264 24 52 0 35 417 41 70
Binary 10010000 1101001 10110100 10100 101010 0 11101 100001111 100001 111000

Color Harmonies of #9069B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069B4

Black with #9069B4

Text Example


Text Example

White with #9069B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9069B4; }

 p { color: rgb(144,105,180); }

 H1.HeaderClassName
 {
   color: #9069B4;
 }
 .AnyTagClassName
 {
   color: #9069B4;
 }
</style>

background-color css

<style>
 a { background-color: #9069B4; }

 a { background-color: rgb(144,105,180); }

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

border-color css

<style>
 span { border-color: #9069B4; }

 span { border-color: rgb(144,105,180); }

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