Html Css Color HEX #9031B1 Dark Orchid

📋 copy color: '#9031B1'

red 144 ◦ green 49 ◦ blue 177

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

Shades of Dark Orchid #9031B1

Tints of Dark Orchid #9031B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.84%

R = 38.92%
G = 13.24%
B = 47.84%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9031B1 (or 0x9031B1) is known color: Dark Orchid. HEX triplet: 90, 31 and B1. RGB value is (144,49,177). Sum of RGB (Red+Green+Blue) = 144+49+177=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #9031B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9031B1 is #6FCE4E. Grayscale: #5B5B5B. Windows color (decimal): -7327311 or 11612560. OLE color: 11612560.

HSL color Cylindrical-coordinate representation of color #9031B1: hue angle of 284.53º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9031B1 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 49 177 -
CMYK 0.19 0.72 0 0.31
HSL 284.53º 0.57% 0.44% -
HSV(B) 284.53º 0.72% 0.69% -
XYZ 20.54 11.3 42.69 -
YUV 92 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 144 49 177 0.19 0.72 0 0.31 284.53 0.57 0.44
Hex 90 31 B1 13 48 0 1F 11D 39 2C
Octal 220 61 261 23 110 0 37 435 71 54
Binary 10010000 110001 10110001 10011 1001000 0 11111 100011101 111001 101100

Color Harmonies of #9031B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9031B1

Black with #9031B1

Text Example


Text Example

White with #9031B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9031B1; }

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

 H1.HeaderClassName
 {
   color: #9031B1;
 }
 .AnyTagClassName
 {
   color: #9031B1;
 }
</style>

background-color css

<style>
 a { background-color: #9031B1; }

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

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

border-color css

<style>
 span { border-color: #9031B1; }

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

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