Html Css Color HEX #86217B Dark Purple

📋 copy color: '#86217B'

red 134 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #86217B

Tints of Dark Purple #86217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 46.21%
G = 11.38%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86217B (or 0x86217B) is known color: Dark Purple. HEX triplet: 86, 21 and 7B. RGB value is (134,33,123). Sum of RGB (Red+Green+Blue) = 134+33+123=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86217B is #79DE84. Grayscale: #494949. Windows color (decimal): -7986821 or 8069510. OLE color: 8069510.

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

Color convert

RGB 134 33 123 -
CMYK 0 0.75 0.08 0.47
HSL 306.53º 0.6% 0.33% -
HSV(B) 306.53º 0.75% 0.53% -
XYZ 13.95 7.59 19.47 -
YUV 73.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 134 33 123 0 0.75 0.08 0.47 306.53 0.6 0.33
Hex 86 21 7B 0 4B 8 2F 133 3C 21
Octal 206 41 173 0 113 10 57 463 74 41
Binary 10000110 100001 1111011 0 1001011 1000 101111 100110011 111100 100001

Color Harmonies of #86217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86217B

Black with #86217B

Text Example


Text Example

White with #86217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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