Html Css Color HEX #90346F Dark Purple

📋 copy color: '#90346F'

red 144 ◦ green 52 ◦ blue 111

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

Shades of Dark Purple #90346F

Tints of Dark Purple #90346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 46.91%
G = 16.94%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90346F (or 0x90346F) is known color: Dark Purple. HEX triplet: 90, 34 and 6F. RGB value is (144,52,111). Sum of RGB (Red+Green+Blue) = 144+52+111=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90346F is #6FCB90. Grayscale: #565656. Windows color (decimal): -7326609 or 7287952. OLE color: 7287952.

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

Color convert

RGB 144 52 111 -
CMYK 0 0.64 0.23 0.44
HSL 321.52º 0.47% 0.38% -
HSV(B) 321.52º 0.64% 0.56% -
XYZ 15.6 9.53 16.06 -
YUV 86.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 144 52 111 0 0.64 0.23 0.44 321.52 0.47 0.38
Hex 90 34 6F 0 40 17 2C 142 2F 26
Octal 220 64 157 0 100 27 54 502 57 46
Binary 10010000 110100 1101111 0 1000000 10111 101100 101000010 101111 100110

Color Harmonies of #90346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90346F

Black with #90346F

Text Example


Text Example

White with #90346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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