Html Css Color HEX #8136BD Dark Orchid

📋 copy color: '#8136BD'

red 129 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #8136BD

Tints of Dark Orchid #8136BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 34.68%
G = 14.52%
B = 50.81%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8136BD (or 0x8136BD) is known color: Dark Orchid. HEX triplet: 81, 36 and BD. RGB value is (129,54,189). Sum of RGB (Red+Green+Blue) = 129+54+189=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #8136BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136BD is #7EC942. Grayscale: #5B5B5B. Windows color (decimal): -8309059 or 12400257. OLE color: 12400257.

HSL color Cylindrical-coordinate representation of color #8136BD: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8136BD is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 54 189 -
CMYK 0.32 0.71 0 0.26
HSL 273.33º 0.56% 0.48% -
HSV(B) 273.33º 0.71% 0.74% -
XYZ 19.56 10.98 49.23 -
YUV 91.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 129 54 189 0.32 0.71 0 0.26 273.33 0.56 0.48
Hex 81 36 BD 20 47 0 1A 111 38 30
Octal 201 66 275 40 107 0 32 421 70 60
Binary 10000001 110110 10111101 100000 1000111 0 11010 100010001 111000 110000

Color Harmonies of #8136BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136BD

Black with #8136BD

Text Example


Text Example

White with #8136BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8136BD; }

 p { color: rgb(129,54,189); }

 H1.HeaderClassName
 {
   color: #8136BD;
 }
 .AnyTagClassName
 {
   color: #8136BD;
 }
</style>

background-color css

<style>
 a { background-color: #8136BD; }

 a { background-color: rgb(129,54,189); }

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

border-color css

<style>
 span { border-color: #8136BD; }

 span { border-color: rgb(129,54,189); }

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