Html Css Color HEX #90638C Trendy Pink

📋 copy color: '#90638C'

red 144 ◦ green 99 ◦ blue 140

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

Shades of Trendy Pink #90638C

Tints of Trendy Pink #90638C

RGB

 RED value IS 144 (56.64% from 255) = 37.6%

 GREEN value IS 99 (39.06% from 255) = 25.85%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 37.6%
G = 25.85%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90638C (or 0x90638C) is known color: Trendy Pink. HEX triplet: 90, 63 and 8C. RGB value is (144,99,140). Sum of RGB (Red+Green+Blue) = 144+99+140=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90638C is #6F9C73. Grayscale: #757575. Windows color (decimal): -7314548 or 9200528. OLE color: 9200528.

HSL color Cylindrical-coordinate representation of color #90638C: hue angle of 305.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90638C is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 99 140 -
CMYK 0 0.31 0.03 0.44
HSL 305.33º 0.19% 0.48% -
HSV(B) 305.33º 0.31% 0.56% -
XYZ 20.7 16.75 26.95 -
YUV 117.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 144 99 140 0 0.31 0.03 0.44 305.33 0.19 0.48
Hex 90 63 8C 0 1F 3 2C 131 13 30
Octal 220 143 214 0 37 3 54 461 23 60
Binary 10010000 1100011 10001100 0 11111 11 101100 100110001 10011 110000

Color Harmonies of #90638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90638C

Black with #90638C

Text Example


Text Example

White with #90638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90638C; }

 p { color: rgb(144,99,140); }

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

background-color css

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

 a { background-color: rgb(144,99,140); }

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

border-color css

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

 span { border-color: rgb(144,99,140); }

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