Html Css Color HEX #954683 Trendy Pink

📋 copy color: '#954683'

red 149 ◦ green 70 ◦ blue 131

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

Shades of Trendy Pink #954683

Tints of Trendy Pink #954683

RGB

 RED value IS 149 (58.59% from 255) = 42.57%

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 131 (51.56% from 255) = 37.43%

R = 42.57%
G = 20%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#954683 (or 0x954683) is known color: Trendy Pink. HEX triplet: 95, 46 and 83. RGB value is (149,70,131). Sum of RGB (Red+Green+Blue) = 149+70+131=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954683 is #6AB97C. Grayscale: #646464. Windows color (decimal): -6994301 or 8603285. OLE color: 8603285.

HSL color Cylindrical-coordinate representation of color #954683: hue angle of 313.67º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954683 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 131 -
CMYK 0 0.53 0.12 0.42
HSL 313.67º 0.36% 0.43% -
HSV(B) 313.67º 0.53% 0.58% -
XYZ 18.68 12.41 22.88 -
YUV 100.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 149 70 131 0 0.53 0.12 0.42 313.67 0.36 0.43
Hex 95 46 83 0 35 C 2A 13A 24 2B
Octal 225 106 203 0 65 14 52 472 44 53
Binary 10010101 1000110 10000011 0 110101 1100 101010 100111010 100100 101011

Color Harmonies of #954683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954683

Black with #954683

Text Example


Text Example

White with #954683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954683; }

 p { color: rgb(149,70,131); }

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

background-color css

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

 a { background-color: rgb(149,70,131); }

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

border-color css

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

 span { border-color: rgb(149,70,131); }

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