Html Css Color HEX #9775DC Medium Purple

📋 copy color: '#9775DC'

red 151 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #9775DC

Tints of Medium Purple #9775DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 30.94%
G = 23.98%
B = 45.08%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9775DC (or 0x9775DC) is known color: Medium Purple. HEX triplet: 97, 75 and DC. RGB value is (151,117,220). Sum of RGB (Red+Green+Blue) = 151+117+220=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #9775DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775DC is #688A23. Grayscale: #8A8A8A. Windows color (decimal): -6851108 or 14448023. OLE color: 14448023.

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

Color convert

RGB 151 117 220 -
CMYK 0.31 0.47 0 0.14
HSL 259.81º 0.6% 0.66% -
HSV(B) 259.81º 0.47% 0.86% -
XYZ 32.04 24.47 70.74 -
YUV 138.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 151 117 220 0.31 0.47 0 0.14 259.81 0.6 0.66
Hex 97 75 DC 1F 2F 0 E 104 3C 42
Octal 227 165 334 37 57 0 16 404 74 102
Binary 10010111 1110101 11011100 11111 101111 0 1110 100000100 111100 1000010

Color Harmonies of #9775DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775DC

Black with #9775DC

Text Example


Text Example

White with #9775DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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