Html Css Color HEX #8653DD Medium Purple

📋 copy color: '#8653DD'

red 134 ◦ green 83 ◦ blue 221

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

Shades of Medium Purple #8653DD

Tints of Medium Purple #8653DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.95%

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

R = 30.59%
G = 18.95%
B = 50.46%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8653DD (or 0x8653DD) is known color: Medium Purple. HEX triplet: 86, 53 and DD. RGB value is (134,83,221). Sum of RGB (Red+Green+Blue) = 134+83+221=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8653DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653DD is #79AC22. Grayscale: #717171. Windows color (decimal): -7973923 or 14504838. OLE color: 14504838.

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

Color convert

RGB 134 83 221 -
CMYK 0.39 0.62 0 0.13
HSL 262.17º 0.67% 0.6% -
HSV(B) 262.17º 0.62% 0.87% -
XYZ 25.98 16.48 70.22 -
YUV 113.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 134 83 221 0.39 0.62 0 0.13 262.17 0.67 0.6
Hex 86 53 DD 27 3E 0 D 106 43 3C
Octal 206 123 335 47 76 0 15 406 103 74
Binary 10000110 1010011 11011101 100111 111110 0 1101 100000110 1000011 111100

Color Harmonies of #8653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8653DD

Black with #8653DD

Text Example


Text Example

White with #8653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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