Html Css Color HEX #9782EA Medium Purple

📋 copy color: '#9782EA'

red 151 ◦ green 130 ◦ blue 234

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

Shades of Medium Purple #9782EA

Tints of Medium Purple #9782EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 29.32%
G = 25.24%
B = 45.44%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9782EA (or 0x9782EA) is known color: Medium Purple. HEX triplet: 97, 82 and EA. RGB value is (151,130,234). Sum of RGB (Red+Green+Blue) = 151+130+234=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #9782EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9782EA is #687D15. Grayscale: #939393. Windows color (decimal): -6847766 or 15368855. OLE color: 15368855.

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

Color convert

RGB 151 130 234 -
CMYK 0.35 0.44 0 0.08
HSL 252.12º 0.71% 0.71% -
HSV(B) 252.12º 0.44% 0.92% -
XYZ 35.6 28.49 81.46 -
YUV 148.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 151 130 234 0.35 0.44 0 0.08 252.12 0.71 0.71
Hex 97 82 EA 23 2C 0 8 FC 47 47
Octal 227 202 352 43 54 0 10 374 107 107
Binary 10010111 10000010 11101010 100011 101100 0 1000 11111100 1000111 1000111

Color Harmonies of #9782EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782EA

Black with #9782EA

Text Example


Text Example

White with #9782EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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