Html Css Color HEX #834885 Trendy Pink

📋 copy color: '#834885'

red 131 ◦ green 72 ◦ blue 133

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

Shades of Trendy Pink #834885

Tints of Trendy Pink #834885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 38.99%
G = 21.43%
B = 39.58%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#834885 (or 0x834885) is known color: Trendy Pink. HEX triplet: 83, 48 and 85. RGB value is (131,72,133). Sum of RGB (Red+Green+Blue) = 131+72+133=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #834885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834885 is #7CB77A. Grayscale: #606060. Windows color (decimal): -8173435 or 8734851. OLE color: 8734851.

HSL color Cylindrical-coordinate representation of color #834885: hue angle of 298.03º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834885 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 72 133 -
CMYK 0.02 0.46 0 0.48
HSL 298.03º 0.3% 0.4% -
HSV(B) 298.03º 0.46% 0.52% -
XYZ 15.91 11.15 23.5 -
YUV 96.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 131 72 133 0.02 0.46 0 0.48 298.03 0.3 0.4
Hex 83 48 85 2 2E 0 30 12A 1E 28
Octal 203 110 205 2 56 0 60 452 36 50
Binary 10000011 1001000 10000101 10 101110 0 110000 100101010 11110 101000

Color Harmonies of #834885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834885

Black with #834885

Text Example


Text Example

White with #834885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834885; }

 p { color: rgb(131,72,133); }

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

background-color css

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

 a { background-color: rgb(131,72,133); }

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

border-color css

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

 span { border-color: rgb(131,72,133); }

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