Html Css Color HEX #9770ED Medium Purple

📋 copy color: '#9770ED'

red 151 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #9770ED

Tints of Medium Purple #9770ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 30.2%
G = 22.4%
B = 47.4%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9770ED (or 0x9770ED) is known color: Medium Purple. HEX triplet: 97, 70 and ED. RGB value is (151,112,237). Sum of RGB (Red+Green+Blue) = 151+112+237=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #9770ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770ED is #688F12. Grayscale: #898989. Windows color (decimal): -6852371 or 15560855. OLE color: 15560855.

HSL color Cylindrical-coordinate representation of color #9770ED: hue angle of 258.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9770ED is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 112 237 -
CMYK 0.36 0.53 0 0.07
HSL 258.72º 0.78% 0.68% -
HSV(B) 258.72º 0.53% 0.93% -
XYZ 33.84 24.28 83.02 -
YUV 137.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 151 112 237 0.36 0.53 0 0.07 258.72 0.78 0.68
Hex 97 70 ED 24 35 0 7 103 4E 44
Octal 227 160 355 44 65 0 7 403 116 104
Binary 10010111 1110000 11101101 100100 110101 0 111 100000011 1001110 1000100

Color Harmonies of #9770ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770ED

Black with #9770ED

Text Example


Text Example

White with #9770ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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