Html Css Color HEX #8675DA Medium Purple

📋 copy color: '#8675DA'

red 134 ◦ green 117 ◦ blue 218

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

Shades of Medium Purple #8675DA

Tints of Medium Purple #8675DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

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

R = 28.57%
G = 24.95%
B = 46.48%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8675DA (or 0x8675DA) is known color: Medium Purple. HEX triplet: 86, 75 and DA. RGB value is (134,117,218). Sum of RGB (Red+Green+Blue) = 134+117+218=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #8675DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675DA is #798A25. Grayscale: #858585. Windows color (decimal): -7965222 or 14316934. OLE color: 14316934.

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

Color convert

RGB 134 117 218 -
CMYK 0.39 0.46 0 0.15
HSL 250.1º 0.58% 0.66% -
HSV(B) 250.1º 0.46% 0.85% -
XYZ 28.85 22.85 69.22 -
YUV 133.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 134 117 218 0.39 0.46 0 0.15 250.1 0.58 0.66
Hex 86 75 DA 27 2E 0 F FA 3A 42
Octal 206 165 332 47 56 0 17 372 72 102
Binary 10000110 1110101 11011010 100111 101110 0 1111 11111010 111010 1000010

Color Harmonies of #8675DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675DA

Black with #8675DA

Text Example


Text Example

White with #8675DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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