Html Css Color HEX #8137BA Dark Orchid

📋 copy color: '#8137BA'

red 129 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #8137BA

Tints of Dark Orchid #8137BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

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

R = 34.86%
G = 14.86%
B = 50.27%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8137BA (or 0x8137BA) is known color: Dark Orchid. HEX triplet: 81, 37 and BA. RGB value is (129,55,186). Sum of RGB (Red+Green+Blue) = 129+55+186=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8137BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8137BA is #7EC845. Grayscale: #5B5B5B. Windows color (decimal): -8308806 or 12203905. OLE color: 12203905.

HSL color Cylindrical-coordinate representation of color #8137BA: hue angle of 273.89º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8137BA is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 55 186 -
CMYK 0.31 0.70 0 0.27
HSL 273.89º 0.54% 0.47% -
HSV(B) 273.89º 0.7% 0.73% -
XYZ 19.28 10.94 47.55 -
YUV 92.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 129 55 186 0.31 0.70 0 0.27 273.89 0.54 0.47
Hex 81 37 BA 1F 46 0 1B 112 36 2F
Octal 201 67 272 37 106 0 33 422 66 57
Binary 10000001 110111 10111010 11111 1000110 0 11011 100010010 110110 101111

Color Harmonies of #8137BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137BA

Black with #8137BA

Text Example


Text Example

White with #8137BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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