Html Css Color HEX #9770EA Medium Purple

📋 copy color: '#9770EA'

red 151 ◦ green 112 ◦ blue 234

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

Shades of Medium Purple #9770EA

Tints of Medium Purple #9770EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 30.38%
G = 22.54%
B = 47.08%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9770EA (or 0x9770EA) is known color: Medium Purple. HEX triplet: 97, 70 and EA. RGB value is (151,112,234). Sum of RGB (Red+Green+Blue) = 151+112+234=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #9770EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770EA is #688F15. Grayscale: #898989. Windows color (decimal): -6852374 or 15364247. OLE color: 15364247.

HSL color Cylindrical-coordinate representation of color #9770EA: hue angle of 259.18º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9770EA is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 112 234 -
CMYK 0.35 0.52 0 0.08
HSL 259.18º 0.74% 0.68% -
HSV(B) 259.18º 0.52% 0.92% -
XYZ 33.41 24.11 80.73 -
YUV 137.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 151 112 234 0.35 0.52 0 0.08 259.18 0.74 0.68
Hex 97 70 EA 23 34 0 8 103 4A 44
Octal 227 160 352 43 64 0 10 403 112 104
Binary 10010111 1110000 11101010 100011 110100 0 1000 100000011 1001010 1000100

Color Harmonies of #9770EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770EA

Black with #9770EA

Text Example


Text Example

White with #9770EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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