Html Css Color HEX #8031BB Dark Orchid

📋 copy color: '#8031BB'

red 128 ◦ green 49 ◦ blue 187

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

Shades of Dark Orchid #8031BB

Tints of Dark Orchid #8031BB

RGB

 RED value IS 128 (50.39% from 255) = 35.16%

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 35.16%
G = 13.46%
B = 51.37%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8031BB (or 0x8031BB) is known color: Dark Orchid. HEX triplet: 80, 31 and BB. RGB value is (128,49,187). Sum of RGB (Red+Green+Blue) = 128+49+187=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #8031BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031BB is #7FCE44. Grayscale: #575757. Windows color (decimal): -8375877 or 12267904. OLE color: 12267904.

HSL color Cylindrical-coordinate representation of color #8031BB: hue angle of 274.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8031BB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 49 187 -
CMYK 0.32 0.74 0 0.27
HSL 274.35º 0.58% 0.46% -
HSV(B) 274.35º 0.74% 0.73% -
XYZ 18.97 10.37 48.02 -
YUV 88.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 128 49 187 0.32 0.74 0 0.27 274.35 0.58 0.46
Hex 80 31 BB 20 4A 0 1B 112 3A 2E
Octal 200 61 273 40 112 0 33 422 72 56
Binary 10000000 110001 10111011 100000 1001010 0 11011 100010010 111010 101110

Color Harmonies of #8031BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8031BB

Black with #8031BB

Text Example


Text Example

White with #8031BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8031BB; }

 p { color: rgb(128,49,187); }

 H1.HeaderClassName
 {
   color: #8031BB;
 }
 .AnyTagClassName
 {
   color: #8031BB;
 }
</style>

background-color css

<style>
 a { background-color: #8031BB; }

 a { background-color: rgb(128,49,187); }

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

border-color css

<style>
 span { border-color: #8031BB; }

 span { border-color: rgb(128,49,187); }

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