Html Css Color HEX #9775DF Medium Purple

📋 copy color: '#9775DF'

red 151 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #9775DF

Tints of Medium Purple #9775DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 30.75%
G = 23.83%
B = 45.42%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9775DF (or 0x9775DF) is known color: Medium Purple. HEX triplet: 97, 75 and DF. RGB value is (151,117,223). Sum of RGB (Red+Green+Blue) = 151+117+223=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9775DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775DF is #688A20. Grayscale: #8A8A8A. Windows color (decimal): -6851105 or 14644631. OLE color: 14644631.

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

Color convert

RGB 151 117 223 -
CMYK 0.32 0.48 0 0.13
HSL 259.25º 0.62% 0.67% -
HSV(B) 259.25º 0.48% 0.87% -
XYZ 32.44 24.63 72.86 -
YUV 139.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 151 117 223 0.32 0.48 0 0.13 259.25 0.62 0.67
Hex 97 75 DF 20 30 0 D 103 3E 43
Octal 227 165 337 40 60 0 15 403 76 103
Binary 10010111 1110101 11011111 100000 110000 0 1101 100000011 111110 1000011

Color Harmonies of #9775DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775DF

Black with #9775DF

Text Example


Text Example

White with #9775DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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