Html Css Color HEX #8769DD Medium Purple

📋 copy color: '#8769DD'

red 135 ◦ green 105 ◦ blue 221

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

Shades of Medium Purple #8769DD

Tints of Medium Purple #8769DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 29.28%
G = 22.78%
B = 47.94%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8769DD (or 0x8769DD) is known color: Medium Purple. HEX triplet: 87, 69 and DD. RGB value is (135,105,221). Sum of RGB (Red+Green+Blue) = 135+105+221=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #8769DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769DD is #789622. Grayscale: #7E7E7E. Windows color (decimal): -7902755 or 14510471. OLE color: 14510471.

HSL color Cylindrical-coordinate representation of color #8769DD: hue angle of 255.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8769DD is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 105 221 -
CMYK 0.39 0.52 0 0.13
HSL 255.52º 0.63% 0.64% -
HSV(B) 255.52º 0.52% 0.87% -
XYZ 28.09 20.47 70.88 -
YUV 127.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 135 105 221 0.39 0.52 0 0.13 255.52 0.63 0.64
Hex 87 69 DD 27 34 0 D 100 3F 40
Octal 207 151 335 47 64 0 15 400 77 100
Binary 10000111 1101001 11011101 100111 110100 0 1101 100000000 111111 1000000

Color Harmonies of #8769DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769DD

Black with #8769DD

Text Example


Text Example

White with #8769DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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