Html Css Color HEX #9031BE Dark Orchid

📋 copy color: '#9031BE'

red 144 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #9031BE

Tints of Dark Orchid #9031BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 37.6%
G = 12.79%
B = 49.61%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9031BE (or 0x9031BE) is known color: Dark Orchid. HEX triplet: 90, 31 and BE. RGB value is (144,49,190). Sum of RGB (Red+Green+Blue) = 144+49+190=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #9031BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9031BE is #6FCE41. Grayscale: #5D5D5D. Windows color (decimal): -7327298 or 12464528. OLE color: 12464528.

HSL color Cylindrical-coordinate representation of color #9031BE: hue angle of 280.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9031BE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 49 190 -
CMYK 0.24 0.74 0 0.25
HSL 280.43º 0.59% 0.47% -
HSV(B) 280.43º 0.74% 0.75% -
XYZ 21.89 11.84 49.85 -
YUV 93.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 144 49 190 0.24 0.74 0 0.25 280.43 0.59 0.47
Hex 90 31 BE 18 4A 0 19 118 3B 2F
Octal 220 61 276 30 112 0 31 430 73 57
Binary 10010000 110001 10111110 11000 1001010 0 11001 100011000 111011 101111

Color Harmonies of #9031BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9031BE

Black with #9031BE

Text Example


Text Example

White with #9031BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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