Html Css Color HEX #9781E0 Medium Purple

📋 copy color: '#9781E0'

red 151 ◦ green 129 ◦ blue 224

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

Shades of Medium Purple #9781E0

Tints of Medium Purple #9781E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.6%

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 29.96%
G = 25.6%
B = 44.44%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9781E0 (or 0x9781E0) is known color: Medium Purple. HEX triplet: 97, 81 and E0. RGB value is (151,129,224). Sum of RGB (Red+Green+Blue) = 151+129+224=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #9781E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781E0 is #687E1F. Grayscale: #929292. Windows color (decimal): -6848032 or 14713239. OLE color: 14713239.

HSL color Cylindrical-coordinate representation of color #9781E0: hue angle of 253.89º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9781E0 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 129 224 -
CMYK 0.33 0.42 0 0.12
HSL 253.89º 0.61% 0.69% -
HSV(B) 253.89º 0.42% 0.88% -
XYZ 34.07 27.66 74.06 -
YUV 146.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 151 129 224 0.33 0.42 0 0.12 253.89 0.61 0.69
Hex 97 81 E0 21 2A 0 C FE 3D 45
Octal 227 201 340 41 52 0 14 376 75 105
Binary 10010111 10000001 11100000 100001 101010 0 1100 11111110 111101 1000101

Color Harmonies of #9781E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9781E0

Black with #9781E0

Text Example


Text Example

White with #9781E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9781E0; }

 p { color: rgb(151,129,224); }

 H1.HeaderClassName
 {
   color: #9781E0;
 }
 .AnyTagClassName
 {
   color: #9781E0;
 }
</style>

background-color css

<style>
 a { background-color: #9781E0; }

 a { background-color: rgb(151,129,224); }

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

border-color css

<style>
 span { border-color: #9781E0; }

 span { border-color: rgb(151,129,224); }

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