Html Css Color HEX #86227A Dark Purple

📋 copy color: '#86227A'

red 134 ◦ green 34 ◦ blue 122

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

Shades of Dark Purple #86227A

Tints of Dark Purple #86227A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 46.21%
G = 11.72%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86227A (or 0x86227A) is known color: Dark Purple. HEX triplet: 86, 22 and 7A. RGB value is (134,34,122). Sum of RGB (Red+Green+Blue) = 134+34+122=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86227A is #79DD85. Grayscale: #494949. Windows color (decimal): -7986566 or 8004230. OLE color: 8004230.

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

Color convert

RGB 134 34 122 -
CMYK 0 0.75 0.09 0.47
HSL 307.2º 0.6% 0.33% -
HSV(B) 307.2º 0.75% 0.53% -
XYZ 13.92 7.62 19.15 -
YUV 73.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 134 34 122 0 0.75 0.09 0.47 307.2 0.6 0.33
Hex 86 22 7A 0 4B 9 2F 133 3C 21
Octal 206 42 172 0 113 11 57 463 74 41
Binary 10000110 100010 1111010 0 1001011 1001 101111 100110011 111100 100001

Color Harmonies of #86227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86227A

Black with #86227A

Text Example


Text Example

White with #86227A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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