Html Css Color HEX #9768DD Medium Purple

📋 copy color: '#9768DD'

red 151 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #9768DD

Tints of Medium Purple #9768DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.85%

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

R = 31.72%
G = 21.85%
B = 46.43%

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

#9768DD (or 0x9768DD) is known color: Medium Purple. HEX triplet: 97, 68 and DD. RGB value is (151,104,221). Sum of RGB (Red+Green+Blue) = 151+104+221=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9768DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768DD is #689722. Grayscale: #828282. Windows color (decimal): -6854435 or 14510231. OLE color: 14510231.

HSL color Cylindrical-coordinate representation of color #9768DD: hue angle of 264.1º degrees, saturation: 0.63, 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 #9768DD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 104 221 -
CMYK 0.32 0.53 0 0.13
HSL 264.1º 0.63% 0.64% -
HSV(B) 264.1º 0.53% 0.87% -
XYZ 30.76 21.7 70.97 -
YUV 131.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 151 104 221 0.32 0.53 0 0.13 264.1 0.63 0.64
Hex 97 68 DD 20 35 0 D 108 3F 40
Octal 227 150 335 40 65 0 15 410 77 100
Binary 10010111 1101000 11011101 100000 110101 0 1101 100001000 111111 1000000

Color Harmonies of #9768DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768DD

Black with #9768DD

Text Example


Text Example

White with #9768DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,104,221); }

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

background-color css

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

 a { background-color: rgb(151,104,221); }

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

border-color css

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

 span { border-color: rgb(151,104,221); }

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