Html Css Color HEX #862164 Dark Purple

📋 copy color: '#862164'

red 134 ◦ green 33 ◦ blue 100

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

Shades of Dark Purple #862164

Tints of Dark Purple #862164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 50.19%
G = 12.36%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#862164 (or 0x862164) is known color: Dark Purple. HEX triplet: 86, 21 and 64. RGB value is (134,33,100). Sum of RGB (Red+Green+Blue) = 134+33+100=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #862164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862164 is #79DE9B. Grayscale: #464646. Windows color (decimal): -7986844 or 6562182. OLE color: 6562182.

HSL color Cylindrical-coordinate representation of color #862164: hue angle of 320.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862164 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 100 -
CMYK 0 0.75 0.25 0.47
HSL 320.2º 0.6% 0.33% -
HSV(B) 320.2º 0.75% 0.53% -
XYZ 12.68 7.08 12.75 -
YUV 70.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 134 33 100 0 0.75 0.25 0.47 320.2 0.6 0.33
Hex 86 21 64 0 4B 19 2F 140 3C 21
Octal 206 41 144 0 113 31 57 500 74 41
Binary 10000110 100001 1100100 0 1001011 11001 101111 101000000 111100 100001

Color Harmonies of #862164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862164

Black with #862164

Text Example


Text Example

White with #862164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862164; }

 p { color: rgb(134,33,100); }

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

background-color css

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

 a { background-color: rgb(134,33,100); }

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

border-color css

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

 span { border-color: rgb(134,33,100); }

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