Html Css Color HEX #9682EE Medium Purple

📋 copy color: '#9682EE'

red 150 ◦ green 130 ◦ blue 238

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

Shades of Medium Purple #9682EE

Tints of Medium Purple #9682EE

RGB

 RED value IS 150 (58.98% from 255) = 28.96%

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

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

R = 28.96%
G = 25.1%
B = 45.95%

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

#9682EE (or 0x9682EE) is known color: Medium Purple. HEX triplet: 96, 82 and EE. RGB value is (150,130,238). Sum of RGB (Red+Green+Blue) = 150+130+238=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #9682EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9682EE is #697D11. Grayscale: #939393. Windows color (decimal): -6913298 or 15630998. OLE color: 15630998.

HSL color Cylindrical-coordinate representation of color #9682EE: hue angle of 251.11º 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 #9682EE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 130 238 -
CMYK 0.37 0.45 0 0.07
HSL 251.11º 0.76% 0.72% -
HSV(B) 251.11º 0.45% 0.93% -
XYZ 35.99 28.62 84.52 -
YUV 148.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 150 130 238 0.37 0.45 0 0.07 251.11 0.76 0.72
Hex 96 82 EE 25 2D 0 7 FB 4C 48
Octal 226 202 356 45 55 0 7 373 114 110
Binary 10010110 10000010 11101110 100101 101101 0 111 11111011 1001100 1001000

Color Harmonies of #9682EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682EE

Black with #9682EE

Text Example


Text Example

White with #9682EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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