Html Css Color HEX #86257A Dark Purple

📋 copy color: '#86257A'

red 134 ◦ green 37 ◦ blue 122

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

Shades of Dark Purple #86257A

Tints of Dark Purple #86257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

 BLUE value IS 122 (48.05% from 255) = 41.64%

R = 45.73%
G = 12.63%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86257A (or 0x86257A) is known color: Dark Purple. HEX triplet: 86, 25 and 7A. RGB value is (134,37,122). Sum of RGB (Red+Green+Blue) = 134+37+122=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86257A is #79DA85. Grayscale: #4B4B4B. Windows color (decimal): -7985798 or 8004998. OLE color: 8004998.

HSL color Cylindrical-coordinate representation of color #86257A: hue angle of 307.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86257A is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 122 -
CMYK 0 0.72 0.09 0.47
HSL 307.42º 0.57% 0.34% -
HSV(B) 307.42º 0.72% 0.53% -
XYZ 14.01 7.8 19.18 -
YUV 75.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 134 37 122 0 0.72 0.09 0.47 307.42 0.57 0.34
Hex 86 25 7A 0 48 9 2F 133 39 22
Octal 206 45 172 0 110 11 57 463 71 42
Binary 10000110 100101 1111010 0 1001000 1001 101111 100110011 111001 100010

Color Harmonies of #86257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86257A

Black with #86257A

Text Example


Text Example

White with #86257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86257A; }

 p { color: rgb(134,37,122); }

 H1.HeaderClassName
 {
   color: #86257A;
 }
 .AnyTagClassName
 {
   color: #86257A;
 }
</style>

background-color css

<style>
 a { background-color: #86257A; }

 a { background-color: rgb(134,37,122); }

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

border-color css

<style>
 span { border-color: #86257A; }

 span { border-color: rgb(134,37,122); }

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