Html Css Color HEX #8139BA Dark Orchid

📋 copy color: '#8139BA'

red 129 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #8139BA

Tints of Dark Orchid #8139BA

RGB

 RED value IS 129 (50.78% from 255) = 34.68%

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

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

R = 34.68%
G = 15.32%
B = 50%

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

#8139BA (or 0x8139BA) is known color: Dark Orchid. HEX triplet: 81, 39 and BA. RGB value is (129,57,186). Sum of RGB (Red+Green+Blue) = 129+57+186=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8139BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8139BA is #7EC645. Grayscale: #5C5C5C. Windows color (decimal): -8308294 or 12204417. OLE color: 12204417.

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

Color convert

RGB 129 57 186 -
CMYK 0.31 0.69 0 0.27
HSL 273.49º 0.53% 0.48% -
HSV(B) 273.49º 0.69% 0.73% -
XYZ 19.38 11.14 47.58 -
YUV 93.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 129 57 186 0.31 0.69 0 0.27 273.49 0.53 0.48
Hex 81 39 BA 1F 45 0 1B 111 35 30
Octal 201 71 272 37 105 0 33 421 65 60
Binary 10000001 111001 10111010 11111 1000101 0 11011 100010001 110101 110000

Color Harmonies of #8139BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8139BA

Black with #8139BA

Text Example


Text Example

White with #8139BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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