Html Css Color HEX #8031BA Dark Orchid

📋 copy color: '#8031BA'

red 128 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #8031BA

Tints of Dark Orchid #8031BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 35.26%
G = 13.5%
B = 51.24%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8031BA (or 0x8031BA) is known color: Dark Orchid. HEX triplet: 80, 31 and BA. RGB value is (128,49,186). Sum of RGB (Red+Green+Blue) = 128+49+186=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8031BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031BA is #7FCE45. Grayscale: #575757. Windows color (decimal): -8375878 or 12202368. OLE color: 12202368.

HSL color Cylindrical-coordinate representation of color #8031BA: hue angle of 274.6º 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 #8031BA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 49 186 -
CMYK 0.31 0.74 0 0.27
HSL 274.6º 0.58% 0.46% -
HSV(B) 274.6º 0.74% 0.73% -
XYZ 18.86 10.33 47.45 -
YUV 88.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 128 49 186 0.31 0.74 0 0.27 274.6 0.58 0.46
Hex 80 31 BA 1F 4A 0 1B 113 3A 2E
Octal 200 61 272 37 112 0 33 423 72 56
Binary 10000000 110001 10111010 11111 1001010 0 11011 100010011 111010 101110

Color Harmonies of #8031BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8031BA

Black with #8031BA

Text Example


Text Example

White with #8031BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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