Html Css Color HEX #8769D4 Medium Purple

📋 copy color: '#8769D4'

red 135 ◦ green 105 ◦ blue 212

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

Shades of Medium Purple #8769D4

Tints of Medium Purple #8769D4

RGB

 RED value IS 135 (53.13% from 255) = 29.87%

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

 BLUE value IS 212 (83.2% from 255) = 46.9%

R = 29.87%
G = 23.23%
B = 46.9%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8769D4 (or 0x8769D4) is known color: Medium Purple. HEX triplet: 87, 69 and D4. RGB value is (135,105,212). Sum of RGB (Red+Green+Blue) = 135+105+212=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #8769D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769D4 is #78962B. Grayscale: #7D7D7D. Windows color (decimal): -7902764 or 13920647. OLE color: 13920647.

HSL color Cylindrical-coordinate representation of color #8769D4: hue angle of 256.82º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8769D4 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 105 212 -
CMYK 0.36 0.50 0 0.17
HSL 256.82º 0.55% 0.62% -
HSV(B) 256.82º 0.5% 0.83% -
XYZ 26.93 20.01 64.73 -
YUV 126.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 135 105 212 0.36 0.50 0 0.17 256.82 0.55 0.62
Hex 87 69 D4 24 32 0 11 101 37 3E
Octal 207 151 324 44 62 0 21 401 67 76
Binary 10000111 1101001 11010100 100100 110010 0 10001 100000001 110111 111110

Color Harmonies of #8769D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769D4

Black with #8769D4

Text Example


Text Example

White with #8769D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8769D4; }

 p { color: rgb(135,105,212); }

 H1.HeaderClassName
 {
   color: #8769D4;
 }
 .AnyTagClassName
 {
   color: #8769D4;
 }
</style>

background-color css

<style>
 a { background-color: #8769D4; }

 a { background-color: rgb(135,105,212); }

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

border-color css

<style>
 span { border-color: #8769D4; }

 span { border-color: rgb(135,105,212); }

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