Html Css Color HEX #8662DD Medium Purple

📋 copy color: '#8662DD'

red 134 ◦ green 98 ◦ blue 221

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

Shades of Medium Purple #8662DD

Tints of Medium Purple #8662DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

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

R = 29.58%
G = 21.63%
B = 48.79%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8662DD (or 0x8662DD) is known color: Medium Purple. HEX triplet: 86, 62 and DD. RGB value is (134,98,221). Sum of RGB (Red+Green+Blue) = 134+98+221=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #8662DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662DD is #799D22. Grayscale: #7A7A7A. Windows color (decimal): -7970083 or 14508678. OLE color: 14508678.

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

Color convert

RGB 134 98 221 -
CMYK 0.39 0.56 0 0.13
HSL 257.56º 0.64% 0.63% -
HSV(B) 257.56º 0.56% 0.87% -
XYZ 27.25 19.02 70.64 -
YUV 122.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 134 98 221 0.39 0.56 0 0.13 257.56 0.64 0.63
Hex 86 62 DD 27 38 0 D 102 40 3F
Octal 206 142 335 47 70 0 15 402 100 77
Binary 10000110 1100010 11011101 100111 111000 0 1101 100000010 1000000 111111

Color Harmonies of #8662DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8662DD

Black with #8662DD

Text Example


Text Example

White with #8662DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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