Html Css Color HEX #8652DB Medium Purple

📋 copy color: '#8652DB'

red 134 ◦ green 82 ◦ blue 219

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

Shades of Medium Purple #8652DB

Tints of Medium Purple #8652DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

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

R = 30.8%
G = 18.85%
B = 50.34%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8652DB (or 0x8652DB) is known color: Medium Purple. HEX triplet: 86, 52 and DB. RGB value is (134,82,219). Sum of RGB (Red+Green+Blue) = 134+82+219=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8652DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652DB is #79AD24. Grayscale: #707070. Windows color (decimal): -7974181 or 14373510. OLE color: 14373510.

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

Color convert

RGB 134 82 219 -
CMYK 0.39 0.63 0 0.14
HSL 262.77º 0.66% 0.59% -
HSV(B) 262.77º 0.63% 0.86% -
XYZ 25.63 16.22 68.8 -
YUV 113.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 134 82 219 0.39 0.63 0 0.14 262.77 0.66 0.59
Hex 86 52 DB 27 3F 0 E 107 42 3B
Octal 206 122 333 47 77 0 16 407 102 73
Binary 10000110 1010010 11011011 100111 111111 0 1110 100000111 1000010 111011

Color Harmonies of #8652DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8652DB

Black with #8652DB

Text Example


Text Example

White with #8652DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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