Html Css Color HEX #9769D7 Medium Purple

📋 copy color: '#9769D7'

red 151 ◦ green 105 ◦ blue 215

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

Shades of Medium Purple #9769D7

Tints of Medium Purple #9769D7

RGB

 RED value IS 151 (59.38% from 255) = 32.06%

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 32.06%
G = 22.29%
B = 45.65%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9769D7 (or 0x9769D7) is known color: Medium Purple. HEX triplet: 97, 69 and D7. RGB value is (151,105,215). Sum of RGB (Red+Green+Blue) = 151+105+215=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #9769D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769D7 is #689628. Grayscale: #828282. Windows color (decimal): -6854185 or 14117271. OLE color: 14117271.

HSL color Cylindrical-coordinate representation of color #9769D7: hue angle of 265.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9769D7 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 105 215 -
CMYK 0.30 0.51 0 0.16
HSL 265.09º 0.58% 0.63% -
HSV(B) 265.09º 0.51% 0.84% -
XYZ 30.08 21.59 66.87 -
YUV 131.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 151 105 215 0.30 0.51 0 0.16 265.09 0.58 0.63
Hex 97 69 D7 1E 33 0 10 109 3A 3F
Octal 227 151 327 36 63 0 20 411 72 77
Binary 10010111 1101001 11010111 11110 110011 0 10000 100001001 111010 111111

Color Harmonies of #9769D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9769D7

Black with #9769D7

Text Example


Text Example

White with #9769D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9769D7; }

 p { color: rgb(151,105,215); }

 H1.HeaderClassName
 {
   color: #9769D7;
 }
 .AnyTagClassName
 {
   color: #9769D7;
 }
</style>

background-color css

<style>
 a { background-color: #9769D7; }

 a { background-color: rgb(151,105,215); }

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

border-color css

<style>
 span { border-color: #9769D7; }

 span { border-color: rgb(151,105,215); }

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