Html Css Color HEX #90347C Dark Purple

📋 copy color: '#90347C'

red 144 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #90347C

Tints of Dark Purple #90347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 45%
G = 16.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90347C (or 0x90347C) is known color: Dark Purple. HEX triplet: 90, 34 and 7C. RGB value is (144,52,124). Sum of RGB (Red+Green+Blue) = 144+52+124=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90347C is #6FCB83. Grayscale: #575757. Windows color (decimal): -7326596 or 8139920. OLE color: 8139920.

HSL color Cylindrical-coordinate representation of color #90347C: hue angle of 313.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90347C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 52 124 -
CMYK 0 0.64 0.14 0.44
HSL 313.04º 0.47% 0.38% -
HSV(B) 313.04º 0.64% 0.56% -
XYZ 16.37 9.84 20.11 -
YUV 87.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 144 52 124 0 0.64 0.14 0.44 313.04 0.47 0.38
Hex 90 34 7C 0 40 E 2C 139 2F 26
Octal 220 64 174 0 100 16 54 471 57 46
Binary 10010000 110100 1111100 0 1000000 1110 101100 100111001 101111 100110

Color Harmonies of #90347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90347C

Black with #90347C

Text Example


Text Example

White with #90347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,52,124); }

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

background-color css

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

 a { background-color: rgb(144,52,124); }

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

border-color css

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

 span { border-color: rgb(144,52,124); }

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