Html Css Color HEX #9770EF Medium Purple

📋 copy color: '#9770EF'

red 151 ◦ green 112 ◦ blue 239

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

Shades of Medium Purple #9770EF

Tints of Medium Purple #9770EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 30.08%
G = 22.31%
B = 47.61%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9770EF (or 0x9770EF) is known color: Medium Purple. HEX triplet: 97, 70 and EF. RGB value is (151,112,239). Sum of RGB (Red+Green+Blue) = 151+112+239=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #9770EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770EF is #688F10. Grayscale: #898989. Windows color (decimal): -6852369 or 15691927. OLE color: 15691927.

HSL color Cylindrical-coordinate representation of color #9770EF: hue angle of 258.43º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9770EF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 112 239 -
CMYK 0.37 0.53 0 0.06
HSL 258.43º 0.8% 0.69% -
HSV(B) 258.43º 0.53% 0.94% -
XYZ 34.14 24.4 84.57 -
YUV 138.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 151 112 239 0.37 0.53 0 0.06 258.43 0.8 0.69
Hex 97 70 EF 25 35 0 6 102 50 45
Octal 227 160 357 45 65 0 6 402 120 105
Binary 10010111 1110000 11101111 100101 110101 0 110 100000010 1010000 1000101

Color Harmonies of #9770EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770EF

Black with #9770EF

Text Example


Text Example

White with #9770EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9770EF; }

 p { color: rgb(151,112,239); }

 H1.HeaderClassName
 {
   color: #9770EF;
 }
 .AnyTagClassName
 {
   color: #9770EF;
 }
</style>

background-color css

<style>
 a { background-color: #9770EF; }

 a { background-color: rgb(151,112,239); }

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

border-color css

<style>
 span { border-color: #9770EF; }

 span { border-color: rgb(151,112,239); }

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