Html Css Color HEX #9769DE Medium Purple

📋 copy color: '#9769DE'

red 151 ◦ green 105 ◦ blue 222

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

Shades of Medium Purple #9769DE

Tints of Medium Purple #9769DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 31.59%
G = 21.97%
B = 46.44%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9769DE (or 0x9769DE) is known color: Medium Purple. HEX triplet: 97, 69 and DE. RGB value is (151,105,222). Sum of RGB (Red+Green+Blue) = 151+105+222=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #9769DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769DE is #689621. Grayscale: #838383. Windows color (decimal): -6854178 or 14576023. OLE color: 14576023.

HSL color Cylindrical-coordinate representation of color #9769DE: hue angle of 263.59º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9769DE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 105 222 -
CMYK 0.32 0.53 0 0.13
HSL 263.59º 0.64% 0.64% -
HSV(B) 263.59º 0.53% 0.87% -
XYZ 31 21.96 71.71 -
YUV 132.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 151 105 222 0.32 0.53 0 0.13 263.59 0.64 0.64
Hex 97 69 DE 20 35 0 D 108 40 40
Octal 227 151 336 40 65 0 15 410 100 100
Binary 10010111 1101001 11011110 100000 110101 0 1101 100001000 1000000 1000000

Color Harmonies of #9769DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9769DE

Black with #9769DE

Text Example


Text Example

White with #9769DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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