Html Css Color HEX #862985 Dark Purple

📋 copy color: '#862985'

red 134 ◦ green 41 ◦ blue 133

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

Shades of Dark Purple #862985

Tints of Dark Purple #862985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 43.51%
G = 13.31%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#862985 (or 0x862985) is known color: Dark Purple. HEX triplet: 86, 29 and 85. RGB value is (134,41,133). Sum of RGB (Red+Green+Blue) = 134+41+133=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #862985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862985 is #79D67A. Grayscale: #4F4F4F. Windows color (decimal): -7984763 or 8726918. OLE color: 8726918.

HSL color Cylindrical-coordinate representation of color #862985: hue angle of 300.65º 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 #862985 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 133 -
CMYK 0 0.69 0.01 0.47
HSL 300.65º 0.53% 0.34% -
HSV(B) 300.65º 0.69% 0.53% -
XYZ 14.86 8.35 23.02 -
YUV 79.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 134 41 133 0 0.69 0.01 0.47 300.65 0.53 0.34
Hex 86 29 85 0 45 1 2F 12D 35 22
Octal 206 51 205 0 105 1 57 455 65 42
Binary 10000110 101001 10000101 0 1000101 1 101111 100101101 110101 100010

Color Harmonies of #862985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862985

Black with #862985

Text Example


Text Example

White with #862985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862985; }

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

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

background-color css

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

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

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

border-color css

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

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

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