#835A8A

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

Shades of Trendy Pink #835A8A

Tints of Trendy Pink #835A8A

Color information

#835A8A (or 0x835A8A) is unknown color: approx Trendy Pink. HEX triplet: 83, 5A and 8A. RGB value is (131,90,138). Sum of RGB (Red+Green+Blue) = 131+90+138=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #835A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A8A is #7CA575. Grayscale: #6B6B6B. Windows color (decimal): -8168822 or 9067139. OLE color: 9067139.

HSL color Cylindrical-coordinate representation of color #835A8A: hue angle of 291.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835A8A is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13190138-
CMYK0.050.3500.46
HSL291.25º21.05%44.71%-
HSV(B)291.25º34.78%54.12%-
XYZ17.613.9725.81-
YUV107.73145.08144.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=36.49%
G=25.07%
B=38.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131901380.050.3500.46291.2521.0544.71
Hex835A8A52302E123152d
Octal2031322125430564432555
Binary10000011101101010001010101100011010111010010001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,90,138); }

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

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

 a { background-color: rgb(131,90,138); }

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

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

 span { border-color: rgb(131,90,138); }

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