Html Css Color HEX #862162 Dark Purple

📋 copy color: '#862162'

red 134 ◦ green 33 ◦ blue 98

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

Shades of Dark Purple #862162

Tints of Dark Purple #862162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 50.57%
G = 12.45%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#862162 (or 0x862162) is known color: Dark Purple. HEX triplet: 86, 21 and 62. RGB value is (134,33,98). Sum of RGB (Red+Green+Blue) = 134+33+98=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #862162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862162 is #79DE9D. Grayscale: #464646. Windows color (decimal): -7986846 or 6431110. OLE color: 6431110.

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

Color convert

RGB 134 33 98 -
CMYK 0 0.75 0.27 0.47
HSL 321.39º 0.6% 0.33% -
HSV(B) 321.39º 0.75% 0.53% -
XYZ 12.58 7.04 12.25 -
YUV 70.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 134 33 98 0 0.75 0.27 0.47 321.39 0.6 0.33
Hex 86 21 62 0 4B 1B 2F 141 3C 21
Octal 206 41 142 0 113 33 57 501 74 41
Binary 10000110 100001 1100010 0 1001011 11011 101111 101000001 111100 100001

Color Harmonies of #862162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862162

Black with #862162

Text Example


Text Example

White with #862162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862162; }

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

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

background-color css

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

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

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

border-color css

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

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

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