Html Css Color HEX #86127B Dark Purple

📋 copy color: '#86127B'

red 134 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #86127B

Tints of Dark Purple #86127B

RGB

 RED value IS 134 (52.73% from 255) = 48.73%

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 48.73%
G = 6.55%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86127B (or 0x86127B) is known color: Dark Purple. HEX triplet: 86, 12 and 7B. RGB value is (134,18,123). Sum of RGB (Red+Green+Blue) = 134+18+123=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86127B is #79ED84. Grayscale: #404040. Windows color (decimal): -7990661 or 8065670. OLE color: 8065670.

HSL color Cylindrical-coordinate representation of color #86127B: hue angle of 305.69º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86127B is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 123 -
CMYK 0 0.87 0.08 0.47
HSL 305.69º 0.76% 0.3% -
HSV(B) 305.69º 0.87% 0.53% -
XYZ 13.62 6.93 19.36 -
YUV 64.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 134 18 123 0 0.87 0.08 0.47 305.69 0.76 0.3
Hex 86 12 7B 0 57 8 2F 132 4C 1E
Octal 206 22 173 0 127 10 57 462 114 36
Binary 10000110 10010 1111011 0 1010111 1000 101111 100110010 1001100 11110

Color Harmonies of #86127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86127B

Black with #86127B

Text Example


Text Example

White with #86127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86127B; }

 p { color: rgb(134,18,123); }

 H1.HeaderClassName
 {
   color: #86127B;
 }
 .AnyTagClassName
 {
   color: #86127B;
 }
</style>

background-color css

<style>
 a { background-color: #86127B; }

 a { background-color: rgb(134,18,123); }

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

border-color css

<style>
 span { border-color: #86127B; }

 span { border-color: rgb(134,18,123); }

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