#835F8B

Color #835F8B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #835F8B

Tints of Trendy Pink #835F8B

Color information

#835F8B (or 0x835F8B) is unknown color: approx Trendy Pink. HEX triplet: 83, 5F and 8B. RGB value is (131,95,139). Sum of RGB (Red+Green+Blue) = 131+95+139=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #835F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F8B is #7CA074. Grayscale: #6E6E6E. Windows color (decimal): -8167541 or 9133955. OLE color: 9133955.

HSL color Cylindrical-coordinate representation of color #835F8B: hue angle of 289.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835F8B is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13195139-
CMYK0.060.3200.45
HSL289.09º18.8%45.88%-
HSV(B)289.09º31.65%54.51%-
XYZ18.1114.8726.34-
YUV110.78143.93142.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=35.89%
G=26.03%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131951390.060.3200.45289.0918.845.88
Hex835F8B62002D121132e
Octal2031372136400554412356
Binary10000011101111110001011110100000010110110010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835F8B; }

 p { color: rgb(131,95,139); }

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

<style>
 a { background-color: #835F8B; }

 a { background-color: rgb(131,95,139); }

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

<style>
 span { border-color: #835F8B; }

 span { border-color: rgb(131,95,139); }

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