Html Css Color HEX #8769DB Medium Purple

📋 copy color: '#8769DB'

red 135 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #8769DB

Tints of Medium Purple #8769DB

RGB

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

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

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

R = 29.41%
G = 22.88%
B = 47.71%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8769DB (or 0x8769DB) is known color: Medium Purple. HEX triplet: 87, 69 and DB. RGB value is (135,105,219). Sum of RGB (Red+Green+Blue) = 135+105+219=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #8769DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769DB is #789624. Grayscale: #7E7E7E. Windows color (decimal): -7902757 or 14379399. OLE color: 14379399.

HSL color Cylindrical-coordinate representation of color #8769DB: hue angle of 255.79º 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 #8769DB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 105 219 -
CMYK 0.38 0.52 0 0.14
HSL 255.79º 0.61% 0.64% -
HSV(B) 255.79º 0.52% 0.86% -
XYZ 27.83 20.37 69.48 -
YUV 126.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 135 105 219 0.38 0.52 0 0.14 255.79 0.61 0.64
Hex 87 69 DB 26 34 0 E 100 3D 40
Octal 207 151 333 46 64 0 16 400 75 100
Binary 10000111 1101001 11011011 100110 110100 0 1110 100000000 111101 1000000

Color Harmonies of #8769DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769DB

Black with #8769DB

Text Example


Text Example

White with #8769DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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