Html Css Color HEX #8669DB Medium Purple

📋 copy color: '#8669DB'

red 134 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #8669DB

Tints of Medium Purple #8669DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 29.26%
G = 22.93%
B = 47.82%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8669DB (or 0x8669DB) is known color: Medium Purple. HEX triplet: 86, 69 and DB. RGB value is (134,105,219). Sum of RGB (Red+Green+Blue) = 134+105+219=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8669DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669DB is #799624. Grayscale: #7E7E7E. Windows color (decimal): -7968293 or 14379398. OLE color: 14379398.

HSL color Cylindrical-coordinate representation of color #8669DB: hue angle of 255.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8669DB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 105 219 -
CMYK 0.39 0.52 0 0.14
HSL 255.26º 0.61% 0.64% -
HSV(B) 255.26º 0.52% 0.86% -
XYZ 27.67 20.29 69.48 -
YUV 126.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 134 105 219 0.39 0.52 0 0.14 255.26 0.61 0.64
Hex 86 69 DB 27 34 0 E FF 3D 40
Octal 206 151 333 47 64 0 16 377 75 100
Binary 10000110 1101001 11011011 100111 110100 0 1110 11111111 111101 1000000

Color Harmonies of #8669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8669DB

Black with #8669DB

Text Example


Text Example

White with #8669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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