Html Css Color HEX #90306D Dark Purple

📋 copy color: '#90306D'

red 144 ◦ green 48 ◦ blue 109

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

Shades of Dark Purple #90306D

Tints of Dark Purple #90306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

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

R = 47.84%
G = 15.95%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90306D (or 0x90306D) is known color: Dark Purple. HEX triplet: 90, 30 and 6D. RGB value is (144,48,109). Sum of RGB (Red+Green+Blue) = 144+48+109=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90306D is #6FCF92. Grayscale: #535353. Windows color (decimal): -7327635 or 7155856. OLE color: 7155856.

HSL color Cylindrical-coordinate representation of color #90306D: hue angle of 321.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90306D is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 48 109 -
CMYK 0 0.67 0.24 0.44
HSL 321.88º 0.5% 0.38% -
HSV(B) 321.88º 0.67% 0.56% -
XYZ 15.32 9.15 15.43 -
YUV 83.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 144 48 109 0 0.67 0.24 0.44 321.88 0.5 0.38
Hex 90 30 6D 0 43 18 2C 142 32 26
Octal 220 60 155 0 103 30 54 502 62 46
Binary 10010000 110000 1101101 0 1000011 11000 101100 101000010 110010 100110

Color Harmonies of #90306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90306D

Black with #90306D

Text Example


Text Example

White with #90306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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