Html Css Color HEX #9689ED Medium Purple

📋 copy color: '#9689ED'

red 150 ◦ green 137 ◦ blue 237

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

Shades of Medium Purple #9689ED

Tints of Medium Purple #9689ED

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.15%

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

R = 28.63%
G = 26.15%
B = 45.23%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9689ED (or 0x9689ED) is known color: Medium Purple. HEX triplet: 96, 89 and ED. RGB value is (150,137,237). Sum of RGB (Red+Green+Blue) = 150+137+237=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #9689ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689ED is #697612. Grayscale: #979797. Windows color (decimal): -6911507 or 15567254. OLE color: 15567254.

HSL color Cylindrical-coordinate representation of color #9689ED: hue angle of 247.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9689ED is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 137 237 -
CMYK 0.37 0.42 0 0.07
HSL 247.8º 0.74% 0.73% -
HSV(B) 247.8º 0.42% 0.93% -
XYZ 36.81 30.49 84.07 -
YUV 152.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 150 137 237 0.37 0.42 0 0.07 247.8 0.74 0.73
Hex 96 89 ED 25 2A 0 7 F8 4A 49
Octal 226 211 355 45 52 0 7 370 112 111
Binary 10010110 10001001 11101101 100101 101010 0 111 11111000 1001010 1001001

Color Harmonies of #9689ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689ED

Black with #9689ED

Text Example


Text Example

White with #9689ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,137,237); }

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

background-color css

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

 a { background-color: rgb(150,137,237); }

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

border-color css

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

 span { border-color: rgb(150,137,237); }

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