Html Css Color HEX #90308A Dark Purple

📋 copy color: '#90308A'

red 144 ◦ green 48 ◦ blue 138

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

Shades of Dark Purple #90308A

Tints of Dark Purple #90308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 43.64%
G = 14.55%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90308A (or 0x90308A) is known color: Dark Purple. HEX triplet: 90, 30 and 8A. RGB value is (144,48,138). Sum of RGB (Red+Green+Blue) = 144+48+138=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #90308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90308A is #6FCF75. Grayscale: #565656. Windows color (decimal): -7327606 or 9056400. OLE color: 9056400.

HSL color Cylindrical-coordinate representation of color #90308A: hue angle of 303.75º 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 #90308A is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 48 138 -
CMYK 0 0.67 0.04 0.44
HSL 303.75º 0.5% 0.38% -
HSV(B) 303.75º 0.67% 0.56% -
XYZ 17.15 9.88 25.05 -
YUV 86.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 144 48 138 0 0.67 0.04 0.44 303.75 0.5 0.38
Hex 90 30 8A 0 43 4 2C 130 32 26
Octal 220 60 212 0 103 4 54 460 62 46
Binary 10010000 110000 10001010 0 1000011 100 101100 100110000 110010 100110

Color Harmonies of #90308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90308A

Black with #90308A

Text Example


Text Example

White with #90308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90308A; }

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

 H1.HeaderClassName
 {
   color: #90308A;
 }
 .AnyTagClassName
 {
   color: #90308A;
 }
</style>

background-color css

<style>
 a { background-color: #90308A; }

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

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

border-color css

<style>
 span { border-color: #90308A; }

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

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