Html Css Color HEX #835888 Trendy Pink

📋 copy color: '#835888'

red 131 ◦ green 88 ◦ blue 136

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

Shades of Trendy Pink #835888

Tints of Trendy Pink #835888

RGB

 RED value IS 131 (51.56% from 255) = 36.9%

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 36.9%
G = 24.79%
B = 38.31%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835888 (or 0x835888) is known color: Trendy Pink. HEX triplet: 83, 58 and 88. RGB value is (131,88,136). Sum of RGB (Red+Green+Blue) = 131+88+136=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #835888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835888 is #7CA777. Grayscale: #6A6A6A. Windows color (decimal): -8169336 or 8935555. OLE color: 8935555.

HSL color Cylindrical-coordinate representation of color #835888: hue angle of 293.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835888 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 88 136 -
CMYK 0.04 0.35 0 0.47
HSL 293.75º 0.21% 0.44% -
HSV(B) 293.75º 0.35% 0.53% -
XYZ 17.29 13.58 25 -
YUV 106.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 131 88 136 0.04 0.35 0 0.47 293.75 0.21 0.44
Hex 83 58 88 4 23 0 2F 126 15 2C
Octal 203 130 210 4 43 0 57 446 25 54
Binary 10000011 1011000 10001000 100 100011 0 101111 100100110 10101 101100

Color Harmonies of #835888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835888

Black with #835888

Text Example


Text Example

White with #835888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835888; }

 p { color: rgb(131,88,136); }

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

background-color css

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

 a { background-color: rgb(131,88,136); }

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

border-color css

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

 span { border-color: rgb(131,88,136); }

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