Html Css Color HEX #90246C Dark Purple

📋 copy color: '#90246C'

red 144 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #90246C

Tints of Dark Purple #90246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90246C (or 0x90246C) is known color: Dark Purple. HEX triplet: 90, 24 and 6C. RGB value is (144,36,108). Sum of RGB (Red+Green+Blue) = 144+36+108=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90246C is #6FDB93. Grayscale: #4C4C4C. Windows color (decimal): -7330708 or 7087248. OLE color: 7087248.

HSL color Cylindrical-coordinate representation of color #90246C: hue angle of 320º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90246C is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 36 108 -
CMYK 0 0.75 0.25 0.44
HSL 320º 0.6% 0.35% -
HSV(B) 320º 0.75% 0.56% -
XYZ 14.84 8.27 15 -
YUV 76.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 144 36 108 0 0.75 0.25 0.44 320 0.6 0.35
Hex 90 24 6C 0 4B 19 2C 140 3C 23
Octal 220 44 154 0 113 31 54 500 74 43
Binary 10010000 100100 1101100 0 1001011 11001 101100 101000000 111100 100011

Color Harmonies of #90246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90246C

Black with #90246C

Text Example


Text Example

White with #90246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90246C; }

 p { color: rgb(144,36,108); }

 H1.HeaderClassName
 {
   color: #90246C;
 }
 .AnyTagClassName
 {
   color: #90246C;
 }
</style>

background-color css

<style>
 a { background-color: #90246C; }

 a { background-color: rgb(144,36,108); }

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

border-color css

<style>
 span { border-color: #90246C; }

 span { border-color: rgb(144,36,108); }

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