Html Css Color HEX #90347D Dark Purple

📋 copy color: '#90347D'

red 144 ◦ green 52 ◦ blue 125

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

Shades of Dark Purple #90347D

Tints of Dark Purple #90347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 44.86%
G = 16.2%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90347D (or 0x90347D) is known color: Dark Purple. HEX triplet: 90, 34 and 7D. RGB value is (144,52,125). Sum of RGB (Red+Green+Blue) = 144+52+125=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90347D is #6FCB82. Grayscale: #575757. Windows color (decimal): -7326595 or 8205456. OLE color: 8205456.

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

Color convert

RGB 144 52 125 -
CMYK 0 0.64 0.13 0.44
HSL 312.39º 0.47% 0.38% -
HSV(B) 312.39º 0.64% 0.56% -
XYZ 16.43 9.87 20.44 -
YUV 87.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 144 52 125 0 0.64 0.13 0.44 312.39 0.47 0.38
Hex 90 34 7D 0 40 D 2C 138 2F 26
Octal 220 64 175 0 100 15 54 470 57 46
Binary 10010000 110100 1111101 0 1000000 1101 101100 100111000 101111 100110

Color Harmonies of #90347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90347D

Black with #90347D

Text Example


Text Example

White with #90347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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