Html Css Color HEX #90347E Dark Purple

📋 copy color: '#90347E'

red 144 ◦ green 52 ◦ blue 126

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

Shades of Dark Purple #90347E

Tints of Dark Purple #90347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 44.72%
G = 16.15%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90347E (or 0x90347E) is known color: Dark Purple. HEX triplet: 90, 34 and 7E. RGB value is (144,52,126). Sum of RGB (Red+Green+Blue) = 144+52+126=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90347E is #6FCB81. Grayscale: #575757. Windows color (decimal): -7326594 or 8270992. OLE color: 8270992.

HSL color Cylindrical-coordinate representation of color #90347E: hue angle of 311.74º 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 #90347E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 52 126 -
CMYK 0 0.64 0.12 0.44
HSL 311.74º 0.47% 0.38% -
HSV(B) 311.74º 0.64% 0.56% -
XYZ 16.5 9.89 20.78 -
YUV 87.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 144 52 126 0 0.64 0.12 0.44 311.74 0.47 0.38
Hex 90 34 7E 0 40 C 2C 138 2F 26
Octal 220 64 176 0 100 14 54 470 57 46
Binary 10010000 110100 1111110 0 1000000 1100 101100 100111000 101111 100110

Color Harmonies of #90347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90347E

Black with #90347E

Text Example


Text Example

White with #90347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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