Html Css Color HEX #9770F2 Medium Purple

📋 copy color: '#9770F2'

red 151 ◦ green 112 ◦ blue 242

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

Shades of Medium Purple #9770F2

Tints of Medium Purple #9770F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.92%

R = 29.9%
G = 22.18%
B = 47.92%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9770F2 (or 0x9770F2) is known color: Medium Purple. HEX triplet: 97, 70 and F2. RGB value is (151,112,242). Sum of RGB (Red+Green+Blue) = 151+112+242=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #9770F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770F2 is #688F0D. Grayscale: #8A8A8A. Windows color (decimal): -6852366 or 15888535. OLE color: 15888535.

HSL color Cylindrical-coordinate representation of color #9770F2: hue angle of 258º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9770F2 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 112 242 -
CMYK 0.38 0.54 0 0.05
HSL 258º 0.83% 0.69% -
HSV(B) 258º 0.54% 0.95% -
XYZ 34.58 24.58 86.93 -
YUV 138.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 151 112 242 0.38 0.54 0 0.05 258 0.83 0.69
Hex 97 70 F2 26 36 0 5 102 53 45
Octal 227 160 362 46 66 0 5 402 123 105
Binary 10010111 1110000 11110010 100110 110110 0 101 100000010 1010011 1000101

Color Harmonies of #9770F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770F2

Black with #9770F2

Text Example


Text Example

White with #9770F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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