#926CB6

Color #926CB6 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #926CB6

Tints of Purple Mountain's Majesty #926CB6

Color information

#926CB6 (or 0x926CB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 6C and B6. RGB value is (146,108,182). Sum of RGB (Red+Green+Blue) = 146+108+182=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #926CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CB6 is #6D9349. Grayscale: #7F7F7F. Windows color (decimal): -7181130 or 11955346. OLE color: 11955346.

HSL color Cylindrical-coordinate representation of color #926CB6: hue angle of 270.81º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #926CB6 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146108182-
CMYK0.200.4100.29
HSL270.81º33.64%56.86%-
HSV(B)270.81º40.66%71.37%-
XYZ25.6620.2146.81-
YUV127.8158.59140.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=33.49%
G=24.77%
B=41.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461081820.200.4100.29270.8133.6456.86
Hex926CB6142901D10f2239
Octal22215426624510354174271
Binary1001001011011001011011010100101001011101100001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926CB6; }

 p { color: rgb(146,108,182); }

 H1.HeaderClassName
 {
   color: #926CB6;
 }
 .AnyTagClassName
 {
   color: #926CB6;
 }
</style>
background-color css

<style>
 a { background-color: #926CB6; }

 a { background-color: rgb(146,108,182); }

 div.DivClassName
 {
   background-color: #926CB6;
 }
 .BgClassName
 {
   background-color: #926CB6;
 }
</style>
border-color css

<style>
 span { border-color: #926CB6; }

 span { border-color: rgb(146,108,182); }

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