Html Css Color HEX #8652DD Medium Purple

📋 copy color: '#8652DD'

red 134 ◦ green 82 ◦ blue 221

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

Shades of Medium Purple #8652DD

Tints of Medium Purple #8652DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.76%

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 30.66%
G = 18.76%
B = 50.57%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8652DD (or 0x8652DD) is known color: Medium Purple. HEX triplet: 86, 52 and DD. RGB value is (134,82,221). Sum of RGB (Red+Green+Blue) = 134+82+221=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #8652DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652DD is #79AD22. Grayscale: #707070. Windows color (decimal): -7974179 or 14504582. OLE color: 14504582.

HSL color Cylindrical-coordinate representation of color #8652DD: hue angle of 262.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8652DD is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 82 221 -
CMYK 0.39 0.63 0 0.13
HSL 262.45º 0.67% 0.59% -
HSV(B) 262.45º 0.63% 0.87% -
XYZ 25.9 16.32 70.19 -
YUV 113.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 134 82 221 0.39 0.63 0 0.13 262.45 0.67 0.59
Hex 86 52 DD 27 3F 0 D 106 43 3B
Octal 206 122 335 47 77 0 15 406 103 73
Binary 10000110 1010010 11011101 100111 111111 0 1101 100000110 1000011 111011

Color Harmonies of #8652DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8652DD

Black with #8652DD

Text Example


Text Example

White with #8652DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8652DD; }

 p { color: rgb(134,82,221); }

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

background-color css

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

 a { background-color: rgb(134,82,221); }

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

border-color css

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

 span { border-color: rgb(134,82,221); }

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