Html Css Color HEX #9775DD Medium Purple

📋 copy color: '#9775DD'

red 151 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #9775DD

Tints of Medium Purple #9775DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

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

R = 30.88%
G = 23.93%
B = 45.19%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9775DD (or 0x9775DD) is known color: Medium Purple. HEX triplet: 97, 75 and DD. RGB value is (151,117,221). Sum of RGB (Red+Green+Blue) = 151+117+221=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #9775DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775DD is #688A22. Grayscale: #8A8A8A. Windows color (decimal): -6851107 or 14513559. OLE color: 14513559.

HSL color Cylindrical-coordinate representation of color #9775DD: hue angle of 259.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9775DD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 117 221 -
CMYK 0.32 0.47 0 0.13
HSL 259.62º 0.6% 0.66% -
HSV(B) 259.62º 0.47% 0.87% -
XYZ 32.17 24.52 71.44 -
YUV 139.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 151 117 221 0.32 0.47 0 0.13 259.62 0.6 0.66
Hex 97 75 DD 20 2F 0 D 104 3C 42
Octal 227 165 335 40 57 0 15 404 74 102
Binary 10010111 1110101 11011101 100000 101111 0 1101 100000100 111100 1000010

Color Harmonies of #9775DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775DD

Black with #9775DD

Text Example


Text Example

White with #9775DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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