Html Css Color HEX #90256C Dark Purple

📋 copy color: '#90256C'

red 144 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #90256C

Tints of Dark Purple #90256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 49.83%
G = 12.8%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90256C (or 0x90256C) is known color: Dark Purple. HEX triplet: 90, 25 and 6C. RGB value is (144,37,108). Sum of RGB (Red+Green+Blue) = 144+37+108=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90256C is #6FDA93. Grayscale: #4C4C4C. Windows color (decimal): -7330452 or 7087504. OLE color: 7087504.

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

Color convert

RGB 144 37 108 -
CMYK 0 0.74 0.25 0.44
HSL 320.19º 0.59% 0.35% -
HSV(B) 320.19º 0.74% 0.56% -
XYZ 14.87 8.34 15.01 -
YUV 77.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 144 37 108 0 0.74 0.25 0.44 320.19 0.59 0.35
Hex 90 25 6C 0 4A 19 2C 140 3B 23
Octal 220 45 154 0 112 31 54 500 73 43
Binary 10010000 100101 1101100 0 1001010 11001 101100 101000000 111011 100011

Color Harmonies of #90256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90256C

Black with #90256C

Text Example


Text Example

White with #90256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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