Html Css Color HEX #90267D Dark Purple

📋 copy color: '#90267D'

red 144 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #90267D

Tints of Dark Purple #90267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 46.91%
G = 12.38%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90267D (or 0x90267D) is known color: Dark Purple. HEX triplet: 90, 26 and 7D. RGB value is (144,38,125). Sum of RGB (Red+Green+Blue) = 144+38+125=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90267D is #6FD982. Grayscale: #4F4F4F. Windows color (decimal): -7330179 or 8201872. OLE color: 8201872.

HSL color Cylindrical-coordinate representation of color #90267D: hue angle of 310.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90267D is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 38 125 -
CMYK 0 0.74 0.13 0.44
HSL 310.75º 0.58% 0.36% -
HSV(B) 310.75º 0.74% 0.56% -
XYZ 15.9 8.8 20.26 -
YUV 79.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 144 38 125 0 0.74 0.13 0.44 310.75 0.58 0.36
Hex 90 26 7D 0 4A D 2C 137 3A 24
Octal 220 46 175 0 112 15 54 467 72 44
Binary 10010000 100110 1111101 0 1001010 1101 101100 100110111 111010 100100

Color Harmonies of #90267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90267D

Black with #90267D

Text Example


Text Example

White with #90267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,38,125); }

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

background-color css

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

 a { background-color: rgb(144,38,125); }

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

border-color css

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

 span { border-color: rgb(144,38,125); }

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