Html Css Color HEX #9772EE Medium Purple

📋 copy color: '#9772EE'

red 151 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #9772EE

Tints of Medium Purple #9772EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.66%

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 30.02%
G = 22.66%
B = 47.32%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9772EE (or 0x9772EE) is known color: Medium Purple. HEX triplet: 97, 72 and EE. RGB value is (151,114,238). Sum of RGB (Red+Green+Blue) = 151+114+238=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #9772EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9772EE is #688D11. Grayscale: #8A8A8A. Windows color (decimal): -6851858 or 15626903. OLE color: 15626903.

HSL color Cylindrical-coordinate representation of color #9772EE: hue angle of 257.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9772EE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 114 238 -
CMYK 0.37 0.52 0 0.07
HSL 257.9º 0.78% 0.69% -
HSV(B) 257.9º 0.52% 0.93% -
XYZ 34.21 24.79 83.87 -
YUV 139.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 151 114 238 0.37 0.52 0 0.07 257.9 0.78 0.69
Hex 97 72 EE 25 34 0 7 102 4E 45
Octal 227 162 356 45 64 0 7 402 116 105
Binary 10010111 1110010 11101110 100101 110100 0 111 100000010 1001110 1000101

Color Harmonies of #9772EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9772EE

Black with #9772EE

Text Example


Text Example

White with #9772EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9772EE; }

 p { color: rgb(151,114,238); }

 H1.HeaderClassName
 {
   color: #9772EE;
 }
 .AnyTagClassName
 {
   color: #9772EE;
 }
</style>

background-color css

<style>
 a { background-color: #9772EE; }

 a { background-color: rgb(151,114,238); }

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

border-color css

<style>
 span { border-color: #9772EE; }

 span { border-color: rgb(151,114,238); }

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