Html Css Color HEX #8039BA Dark Orchid

📋 copy color: '#8039BA'

red 128 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #8039BA

Tints of Dark Orchid #8039BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

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

R = 34.5%
G = 15.36%
B = 50.13%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8039BA (or 0x8039BA) is known color: Dark Orchid. HEX triplet: 80, 39 and BA. RGB value is (128,57,186). Sum of RGB (Red+Green+Blue) = 128+57+186=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8039BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039BA is #7FC645. Grayscale: #5C5C5C. Windows color (decimal): -8373830 or 12204416. OLE color: 12204416.

HSL color Cylindrical-coordinate representation of color #8039BA: hue angle of 273.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8039BA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 57 186 -
CMYK 0.31 0.69 0 0.27
HSL 273.02º 0.53% 0.48% -
HSV(B) 273.02º 0.69% 0.73% -
XYZ 19.23 11.06 47.58 -
YUV 92.94 180.52 153.01 -
System Red Green Blue C M Y K H S L
Decimal 128 57 186 0.31 0.69 0 0.27 273.02 0.53 0.48
Hex 80 39 BA 1F 45 0 1B 111 35 30
Octal 200 71 272 37 105 0 33 421 65 60
Binary 10000000 111001 10111010 11111 1000101 0 11011 100010001 110101 110000

Color Harmonies of #8039BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8039BA

Black with #8039BA

Text Example


Text Example

White with #8039BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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