Html Css Color HEX #90317F Dark Purple

📋 copy color: '#90317F'

red 144 ◦ green 49 ◦ blue 127

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

Shades of Dark Purple #90317F

Tints of Dark Purple #90317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 127 (50% from 255) = 39.69%

R = 45%
G = 15.31%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90317F (or 0x90317F) is known color: Dark Purple. HEX triplet: 90, 31 and 7F. RGB value is (144,49,127). Sum of RGB (Red+Green+Blue) = 144+49+127=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90317F is #6FCE80. Grayscale: #565656. Windows color (decimal): -7327361 or 8335760. OLE color: 8335760.

HSL color Cylindrical-coordinate representation of color #90317F: hue angle of 310.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90317F is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 49 127 -
CMYK 0 0.66 0.12 0.44
HSL 310.74º 0.49% 0.38% -
HSV(B) 310.74º 0.66% 0.56% -
XYZ 16.43 9.66 21.08 -
YUV 86.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 144 49 127 0 0.66 0.12 0.44 310.74 0.49 0.38
Hex 90 31 7F 0 42 C 2C 137 31 26
Octal 220 61 177 0 102 14 54 467 61 46
Binary 10010000 110001 1111111 0 1000010 1100 101100 100110111 110001 100110

Color Harmonies of #90317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90317F

Black with #90317F

Text Example


Text Example

White with #90317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90317F; }

 p { color: rgb(144,49,127); }

 H1.HeaderClassName
 {
   color: #90317F;
 }
 .AnyTagClassName
 {
   color: #90317F;
 }
</style>

background-color css

<style>
 a { background-color: #90317F; }

 a { background-color: rgb(144,49,127); }

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

border-color css

<style>
 span { border-color: #90317F; }

 span { border-color: rgb(144,49,127); }

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