Html Css Color HEX #83608A Trendy Pink

📋 copy color: '#83608A'

red 131 ◦ green 96 ◦ blue 138

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

Shades of Trendy Pink #83608A

Tints of Trendy Pink #83608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 35.89%
G = 26.3%
B = 37.81%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83608A (or 0x83608A) is known color: Trendy Pink. HEX triplet: 83, 60 and 8A. RGB value is (131,96,138). Sum of RGB (Red+Green+Blue) = 131+96+138=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #83608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83608A is #7C9F75. Grayscale: #6F6F6F. Windows color (decimal): -8167286 or 9068675. OLE color: 9068675.

HSL color Cylindrical-coordinate representation of color #83608A: hue angle of 290º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83608A is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 96 138 -
CMYK 0.05 0.30 0 0.46
HSL 290º 0.18% 0.46% -
HSV(B) 290º 0.3% 0.54% -
XYZ 18.13 15.03 25.99 -
YUV 111.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 131 96 138 0.05 0.30 0 0.46 290 0.18 0.46
Hex 83 60 8A 5 1E 0 2E 122 12 2E
Octal 203 140 212 5 36 0 56 442 22 56
Binary 10000011 1100000 10001010 101 11110 0 101110 100100010 10010 101110

Color Harmonies of #83608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83608A

Black with #83608A

Text Example


Text Example

White with #83608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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