Html Css Color HEX #86297B Dark Purple

📋 copy color: '#86297B'

red 134 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #86297B

Tints of Dark Purple #86297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

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

R = 44.97%
G = 13.76%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86297B (or 0x86297B) is known color: Dark Purple. HEX triplet: 86, 29 and 7B. RGB value is (134,41,123). Sum of RGB (Red+Green+Blue) = 134+41+123=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86297B is #79D684. Grayscale: #4D4D4D. Windows color (decimal): -7984773 or 8071558. OLE color: 8071558.

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

Color convert

RGB 134 41 123 -
CMYK 0 0.69 0.08 0.47
HSL 307.1º 0.53% 0.34% -
HSV(B) 307.1º 0.69% 0.53% -
XYZ 14.2 8.08 19.55 -
YUV 78.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 134 41 123 0 0.69 0.08 0.47 307.1 0.53 0.34
Hex 86 29 7B 0 45 8 2F 133 35 22
Octal 206 51 173 0 105 10 57 463 65 42
Binary 10000110 101001 1111011 0 1000101 1000 101111 100110011 110101 100010

Color Harmonies of #86297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86297B

Black with #86297B

Text Example


Text Example

White with #86297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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