Html Css Color HEX #9782EE Medium Purple

📋 copy color: '#9782EE'

red 151 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #9782EE

Tints of Medium Purple #9782EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 29.09%
G = 25.05%
B = 45.86%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9782EE (or 0x9782EE) is known color: Medium Purple. HEX triplet: 97, 82 and EE. RGB value is (151,130,238). Sum of RGB (Red+Green+Blue) = 151+130+238=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9782EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9782EE is #687D11. Grayscale: #949494. Windows color (decimal): -6847762 or 15630999. OLE color: 15630999.

HSL color Cylindrical-coordinate representation of color #9782EE: hue angle of 251.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9782EE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 130 238 -
CMYK 0.37 0.45 0 0.07
HSL 251.67º 0.76% 0.72% -
HSV(B) 251.67º 0.45% 0.93% -
XYZ 36.18 28.72 84.53 -
YUV 148.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 151 130 238 0.37 0.45 0 0.07 251.67 0.76 0.72
Hex 97 82 EE 25 2D 0 7 FC 4C 48
Octal 227 202 356 45 55 0 7 374 114 110
Binary 10010111 10000010 11101110 100101 101101 0 111 11111100 1001100 1001000

Color Harmonies of #9782EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782EE

Black with #9782EE

Text Example


Text Example

White with #9782EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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