Html Css Color HEX #9775DE Medium Purple

📋 copy color: '#9775DE'

red 151 ◦ green 117 ◦ blue 222

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

Shades of Medium Purple #9775DE

Tints of Medium Purple #9775DE

RGB

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

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

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

R = 30.82%
G = 23.88%
B = 45.31%

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

#9775DE (or 0x9775DE) is known color: Medium Purple. HEX triplet: 97, 75 and DE. RGB value is (151,117,222). Sum of RGB (Red+Green+Blue) = 151+117+222=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #9775DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775DE is #688A21. Grayscale: #8A8A8A. Windows color (decimal): -6851106 or 14579095. OLE color: 14579095.

HSL color Cylindrical-coordinate representation of color #9775DE: hue angle of 259.43º degrees, saturation: 0.61, 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 #9775DE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 117 222 -
CMYK 0.32 0.47 0 0.13
HSL 259.43º 0.61% 0.66% -
HSV(B) 259.43º 0.47% 0.87% -
XYZ 32.31 24.58 72.15 -
YUV 139.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 151 117 222 0.32 0.47 0 0.13 259.43 0.61 0.66
Hex 97 75 DE 20 2F 0 D 103 3D 42
Octal 227 165 336 40 57 0 15 403 75 102
Binary 10010111 1110101 11011110 100000 101111 0 1101 100000011 111101 1000010

Color Harmonies of #9775DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775DE

Black with #9775DE

Text Example


Text Example

White with #9775DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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