Html Css Color HEX #90346D Dark Purple

📋 copy color: '#90346D'

red 144 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #90346D

Tints of Dark Purple #90346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 47.21%
G = 17.05%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90346D (or 0x90346D) is known color: Dark Purple. HEX triplet: 90, 34 and 6D. RGB value is (144,52,109). Sum of RGB (Red+Green+Blue) = 144+52+109=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90346D is #6FCB92. Grayscale: #555555. Windows color (decimal): -7326611 or 7156880. OLE color: 7156880.

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

Color convert

RGB 144 52 109 -
CMYK 0 0.64 0.24 0.44
HSL 322.83º 0.47% 0.38% -
HSV(B) 322.83º 0.64% 0.56% -
XYZ 15.49 9.49 15.48 -
YUV 86.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 144 52 109 0 0.64 0.24 0.44 322.83 0.47 0.38
Hex 90 34 6D 0 40 18 2C 143 2F 26
Octal 220 64 155 0 100 30 54 503 57 46
Binary 10010000 110100 1101101 0 1000000 11000 101100 101000011 101111 100110

Color Harmonies of #90346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90346D

Black with #90346D

Text Example


Text Example

White with #90346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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