Html Css Color HEX #8669DA Medium Purple

📋 copy color: '#8669DA'

red 134 ◦ green 105 ◦ blue 218

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

Shades of Medium Purple #8669DA

Tints of Medium Purple #8669DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 29.32%
G = 22.98%
B = 47.7%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8669DA (or 0x8669DA) is known color: Medium Purple. HEX triplet: 86, 69 and DA. RGB value is (134,105,218). Sum of RGB (Red+Green+Blue) = 134+105+218=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #8669DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669DA is #799625. Grayscale: #7E7E7E. Windows color (decimal): -7968294 or 14313862. OLE color: 14313862.

HSL color Cylindrical-coordinate representation of color #8669DA: hue angle of 255.4º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8669DA is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 105 218 -
CMYK 0.39 0.52 0 0.15
HSL 255.4º 0.6% 0.63% -
HSV(B) 255.4º 0.52% 0.85% -
XYZ 27.54 20.23 68.78 -
YUV 126.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 134 105 218 0.39 0.52 0 0.15 255.4 0.6 0.63
Hex 86 69 DA 27 34 0 F FF 3C 3F
Octal 206 151 332 47 64 0 17 377 74 77
Binary 10000110 1101001 11011010 100111 110100 0 1111 11111111 111100 111111

Color Harmonies of #8669DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8669DA

Black with #8669DA

Text Example


Text Example

White with #8669DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8669DA; }

 p { color: rgb(134,105,218); }

 H1.HeaderClassName
 {
   color: #8669DA;
 }
 .AnyTagClassName
 {
   color: #8669DA;
 }
</style>

background-color css

<style>
 a { background-color: #8669DA; }

 a { background-color: rgb(134,105,218); }

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

border-color css

<style>
 span { border-color: #8669DA; }

 span { border-color: rgb(134,105,218); }

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