Html Css Color HEX #955A8A Trendy Pink

📋 copy color: '#955A8A'

red 149 ◦ green 90 ◦ blue 138

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

Shades of Trendy Pink #955A8A

Tints of Trendy Pink #955A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 39.52%
G = 23.87%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#955A8A (or 0x955A8A) is known color: Trendy Pink. HEX triplet: 95, 5A and 8A. RGB value is (149,90,138). Sum of RGB (Red+Green+Blue) = 149+90+138=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A8A is #6AA575. Grayscale: #707070. Windows color (decimal): -6989174 or 9067157. OLE color: 9067157.

HSL color Cylindrical-coordinate representation of color #955A8A: hue angle of 311.19º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A8A is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 138 -
CMYK 0 0.40 0.07 0.42
HSL 311.19º 0.25% 0.47% -
HSV(B) 311.19º 0.4% 0.58% -
XYZ 20.64 15.54 25.96 -
YUV 113.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 149 90 138 0 0.40 0.07 0.42 311.19 0.25 0.47
Hex 95 5A 8A 0 28 7 2A 137 19 2F
Octal 225 132 212 0 50 7 52 467 31 57
Binary 10010101 1011010 10001010 0 101000 111 101010 100110111 11001 101111

Color Harmonies of #955A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A8A

Black with #955A8A

Text Example


Text Example

White with #955A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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