Html Css Color HEX #9131AE Dark Orchid

📋 copy color: '#9131AE'

red 145 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #9131AE

Tints of Dark Orchid #9131AE

RGB

 RED value IS 145 (57.03% from 255) = 39.4%

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

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 39.4%
G = 13.32%
B = 47.28%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9131AE (or 0x9131AE) is known color: Dark Orchid. HEX triplet: 91, 31 and AE. RGB value is (145,49,174). Sum of RGB (Red+Green+Blue) = 145+49+174=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #9131AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9131AE is #6ECE51. Grayscale: #5B5B5B. Windows color (decimal): -7261778 or 11415953. OLE color: 11415953.

HSL color Cylindrical-coordinate representation of color #9131AE: hue angle of 286.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9131AE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 49 174 -
CMYK 0.17 0.72 0 0.32
HSL 286.08º 0.56% 0.44% -
HSV(B) 286.08º 0.72% 0.68% -
XYZ 20.42 11.27 41.14 -
YUV 91.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 145 49 174 0.17 0.72 0 0.32 286.08 0.56 0.44
Hex 91 31 AE 11 48 0 20 11E 38 2C
Octal 221 61 256 21 110 0 40 436 70 54
Binary 10010001 110001 10101110 10001 1001000 0 100000 100011110 111000 101100

Color Harmonies of #9131AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9131AE

Black with #9131AE

Text Example


Text Example

White with #9131AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9131AE; }

 p { color: rgb(145,49,174); }

 H1.HeaderClassName
 {
   color: #9131AE;
 }
 .AnyTagClassName
 {
   color: #9131AE;
 }
</style>

background-color css

<style>
 a { background-color: #9131AE; }

 a { background-color: rgb(145,49,174); }

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

border-color css

<style>
 span { border-color: #9131AE; }

 span { border-color: rgb(145,49,174); }

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